chore(nvim): enable cursorline

This commit is contained in:
Oliver Davies 2022-01-09 22:29:04 +00:00
parent 6a3c173766
commit a407a9bda1

View file

@ -68,6 +68,7 @@ local function set_vim_o()
autoindent = true,
breakindent = true,
conceallevel = 0,
cursorline = true,
expandtab = true,
foldlevel = 1,
foldlevelstart = 1,