refactor(nvim): do not conceal cursor

This commit is contained in:
Price Hiller 2023-06-03 14:53:47 -05:00
parent fed4a0ec1f
commit 0b8cabcf5a
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -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