make toc close after selection neorg
This commit is contained in:
parent
6867a9f24e
commit
01ca7368c6
1 changed files with 5 additions and 0 deletions
|
|
@ -43,6 +43,11 @@ neorg.setup {
|
||||||
engine = "nvim-cmp",
|
engine = "nvim-cmp",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
["core.qol.toc"] = {
|
||||||
|
config = {
|
||||||
|
close_after_use = true
|
||||||
|
}
|
||||||
|
},
|
||||||
["core.presenter"] = {
|
["core.presenter"] = {
|
||||||
config = {
|
config = {
|
||||||
zen_mode = "zen-mode",
|
zen_mode = "zen-mode",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue