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