use relative numbers

This commit is contained in:
Daylin Morgan 2022-09-20 11:27:43 -05:00
parent af32fd0799
commit 57cae939da
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@ local opt = vim.opt
opt.timeoutlen = 200
-- opt.cmdheight = 0 -- broken??
opt.listchars:append({ tab = "⍿·", trail = "×" })
vim.opt.list = true
opt.list = true
opt.number = true
opt.relativenumber = true
-- lvim specific settings
-- general