diff --git a/lua/core/options.lua b/lua/core/options.lua index 81c4564..03fd97c 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -25,7 +25,7 @@ o.smartcase = true o.splitbelow = true o.splitright = true o.timeoutlen = 1000 -o.conceallevel = 0 +o.conceallevel = 3 o.undofile = true o.cursorline = true o.number = true