feat: show cursorline in neovim

This commit is contained in:
David JULIEN 2021-10-14 11:54:37 +02:00
parent 0c69940ad9
commit 2bf23cc38f
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ opt.splitbelow = true
opt.scrolloff = 4
opt.termguicolors = true
opt.background = "dark"
opt.cursorline = true
opt.shortmess = opt.shortmess:append { c = true }
opt.number = true
opt.relativenumber = true