added an option to control the conceal level of icons for neorg

This commit is contained in:
aminnairi
2024-01-13 12:01:41 +01:00
parent 18de2c3896
commit a9c71ca90b
@@ -34,10 +34,11 @@ opt.smartindent = true
opt.smarttab = true
opt.softtabstop = 2
opt.tabstop = 2
vim.syntax = "on"
opt.syntax = "on"
opt.wrap = false
opt.cursorline = true
opt.termguicolors = true
opt.signcolumn = "yes"
opt.splitright = true
opt.splitbelow = true
opt.conceallevel = 3