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