mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
added an option to control the conceal level of icons for neorg
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user