refactor(nvim): set conceallevel to 2

This commit is contained in:
Price Hiller 2023-08-22 03:13:04 -05:00
parent d47a670907
commit de7880630c
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -74,7 +74,7 @@ M.setup = function()
vim.wo.foldmethod = "expr"
-- Concealment for nicer rendering
opt.conceallevel = 1
opt.conceallevel = 2
opt.concealcursor = ""
-- Cursor line highlight