From 120ccab1d01207e869f93847131543228426e3b1 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Wed, 7 Feb 2024 18:21:09 +0000 Subject: [PATCH] hotfix: conceallevel 3 Fixes concealing of characters in Neorg --- lua/core/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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