show linenumbers
This commit is contained in:
parent
46363e302d
commit
44200d16cb
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
@ -4,6 +4,7 @@ vim.o.laststatus = 0
|
|||
vim.opt.expandtab = true
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.softtabstop = -1
|
||||
vim.opt.number = true
|
||||
vim.cmd("colorscheme retrobox | highlight Normal guifg=#ffaf00 guibg=#282828")
|
||||
vim.keymap.set('n', '<space>y', function()
|
||||
vim.fn.setreg('+', vim.fn.expand('%:p'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue