feat: show cursorline in neovim
This commit is contained in:
parent
0c69940ad9
commit
2bf23cc38f
@ -25,6 +25,7 @@ opt.splitbelow = true
|
|||||||
opt.scrolloff = 4
|
opt.scrolloff = 4
|
||||||
opt.termguicolors = true
|
opt.termguicolors = true
|
||||||
opt.background = "dark"
|
opt.background = "dark"
|
||||||
|
opt.cursorline = true
|
||||||
opt.shortmess = opt.shortmess:append { c = true }
|
opt.shortmess = opt.shortmess:append { c = true }
|
||||||
opt.number = true
|
opt.number = true
|
||||||
opt.relativenumber = true
|
opt.relativenumber = true
|
||||||
|
Reference in New Issue
Block a user