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