mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 19:12:13 +02:00
fixed configuration for neorg concealer module
This commit is contained in:
@@ -7,16 +7,18 @@ return {
|
|||||||
load = {
|
load = {
|
||||||
["core.defaults"] = {},
|
["core.defaults"] = {},
|
||||||
["core.concealer"] = {
|
["core.concealer"] = {
|
||||||
folds = true,
|
config = {
|
||||||
icons_preset = true,
|
folds = true,
|
||||||
icons = {
|
icons_preset = true,
|
||||||
code_blocks = {
|
icons = {
|
||||||
conceal = true,
|
code_blocks = {
|
||||||
padding = {
|
conceal = true,
|
||||||
left = 2
|
padding = {
|
||||||
|
left = 2
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
["core.dirman"] = {
|
["core.dirman"] = {
|
||||||
config = {
|
config = {
|
||||||
|
|||||||
Reference in New Issue
Block a user