From de7880630cc403b8ddea4f9c36c292e87b5098b1 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 22 Aug 2023 03:13:04 -0500 Subject: [PATCH] refactor(nvim): set conceallevel to 2 --- dots/.config/nvim/lua/core/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/nvim/lua/core/options.lua b/dots/.config/nvim/lua/core/options.lua index b37c0d3a..6b941f72 100755 --- a/dots/.config/nvim/lua/core/options.lua +++ b/dots/.config/nvim/lua/core/options.lua @@ -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