add cursorline

This commit is contained in:
juan 2021-11-11 10:46:45 +08:00
parent ae91bba3cf
commit 2b56227858
Signed by: juan
GPG Key ID: 5C1E5093C74F1DC7
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ local global = vim.g
-- look and feel
vim.opt.shortmess:append({ I = true }) -- remove intro message
opt.relativenumber = true
opt.cursorline = true
opt.number = true
opt.showmode = false
opt.scrolloff = 10