added default relative lines in vim

This commit is contained in:
filippo-ferrari 2024-01-27 20:59:22 +01:00
parent d492cc60c0
commit cb1a5fa2a9

View file

@ -31,6 +31,7 @@ opt.mouse = "a"
opt.number = true opt.number = true
opt.numberwidth = 2 opt.numberwidth = 2
opt.ruler = false opt.ruler = false
vim.opt.relativenumber = true
-- disable nvim intro -- disable nvim intro
opt.shortmess:append "sI" opt.shortmess:append "sI"