use relative numbers
This commit is contained in:
parent
af32fd0799
commit
57cae939da
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@ local opt = vim.opt
|
||||||
opt.timeoutlen = 200
|
opt.timeoutlen = 200
|
||||||
-- opt.cmdheight = 0 -- broken??
|
-- opt.cmdheight = 0 -- broken??
|
||||||
opt.listchars:append({ tab = "⍿·", trail = "×" })
|
opt.listchars:append({ tab = "⍿·", trail = "×" })
|
||||||
vim.opt.list = true
|
opt.list = true
|
||||||
|
opt.number = true
|
||||||
|
opt.relativenumber = true
|
||||||
|
|
||||||
-- lvim specific settings
|
-- lvim specific settings
|
||||||
-- general
|
-- general
|
||||||
|
|
Loading…
Reference in a new issue