added default relative lines in vim
This commit is contained in:
parent
d492cc60c0
commit
cb1a5fa2a9
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ opt.mouse = "a"
|
|||
opt.number = true
|
||||
opt.numberwidth = 2
|
||||
opt.ruler = false
|
||||
vim.opt.relativenumber = true
|
||||
|
||||
-- disable nvim intro
|
||||
opt.shortmess:append "sI"
|
||||
|
|
Loading…
Reference in a new issue