refactor(nvim): improve conceallevel settings

This commit is contained in:
Price Hiller 2023-06-15 17:25:27 -05:00
parent 424a45a257
commit e78219d32c
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
vim.opt_local.tabstop = 2
vim.opt_local.shiftwidth = 2
vim.opt_local.textwidth = 0
vim.opt_local.conceallevel = 0

View File

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