refactor(nvim): improve conceallevel settings
This commit is contained in:
parent
424a45a257
commit
e78219d32c
@ -1,4 +1,3 @@
|
||||
vim.opt_local.tabstop = 2
|
||||
vim.opt_local.shiftwidth = 2
|
||||
vim.opt_local.textwidth = 0
|
||||
vim.opt_local.conceallevel = 0
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user