Add linenumber
This commit is contained in:
parent
76c5b1ec57
commit
0c1ec2544d
3 changed files with 34 additions and 0 deletions
3
init.lua
3
init.lua
|
|
@ -657,5 +657,8 @@ cmp.setup {
|
|||
},
|
||||
}
|
||||
|
||||
vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
|
||||
-- The line beneath this is called `modeline`. See `:help modeline`
|
||||
-- vim: ts=2 sts=2 sw=2 et
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue