added more options for the concealer module for neorg

This commit is contained in:
aminnairi
2024-01-13 11:50:37 +01:00
parent 69767ef4f8
commit 56c3484fb5
@@ -6,7 +6,18 @@ return {
require("neorg").setup { require("neorg").setup {
load = { load = {
["core.defaults"] = {}, ["core.defaults"] = {},
["core.concealer"] = {}, ["core.concealer"] = {
folds = true,
icons_preset = true,
icons = {
code_blocks = {
conceal = true,
padding = {
left = 2
}
}
}
},
["core.dirman"] = { ["core.dirman"] = {
config = { config = {
workspaces = { workspaces = {