refactor(nvim): do not conceal cursor
This commit is contained in:
parent
fed4a0ec1f
commit
0b8cabcf5a
@ -70,7 +70,7 @@ M.setup = function()
|
||||
|
||||
-- Concealment for nicer rendering
|
||||
opt.conceallevel = 2
|
||||
opt.concealcursor = "ic"
|
||||
opt.concealcursor = ""
|
||||
|
||||
-- Cursor line highlight
|
||||
opt.cursorline = true
|
||||
|
Loading…
Reference in New Issue
Block a user