conceal level

This commit is contained in:
Paul Trowbridge 2024-10-17 11:04:42 -04:00
parent f4f77c3358
commit 9643ae8259

View File

@ -43,3 +43,5 @@ vim.api.nvim_create_autocmd("FileType", {
vim.bo.commentstring = "-- %s"
end,
})
vim.opt.conceallevel = 1 -- or 0, or 2, depending on your preference