feat(nvim): improve heading icons for neorg
This commit is contained in:
parent
89029584ab
commit
5a2ae65f4d
@ -40,13 +40,22 @@ return {
|
|||||||
},
|
},
|
||||||
["core.concealer"] = {
|
["core.concealer"] = {
|
||||||
config = {
|
config = {
|
||||||
folds = false,
|
folds = true,
|
||||||
icon_preset = "varied",
|
|
||||||
icons = {
|
icons = {
|
||||||
code_block = {
|
code_block = {
|
||||||
conceal = true,
|
conceal = true,
|
||||||
content_only = true,
|
content_only = true,
|
||||||
},
|
},
|
||||||
|
heading = {
|
||||||
|
icons = {
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user