chore(nvim): enable cursorline
This commit is contained in:
parent
6a3c173766
commit
a407a9bda1
|
@ -68,6 +68,7 @@ local function set_vim_o()
|
||||||
autoindent = true,
|
autoindent = true,
|
||||||
breakindent = true,
|
breakindent = true,
|
||||||
conceallevel = 0,
|
conceallevel = 0,
|
||||||
|
cursorline = true,
|
||||||
expandtab = true,
|
expandtab = true,
|
||||||
foldlevel = 1,
|
foldlevel = 1,
|
||||||
foldlevelstart = 1,
|
foldlevelstart = 1,
|
||||||
|
|
Loading…
Reference in a new issue