diff options
author | Squibid <me@zacharyscheiman.com> | 2024-03-09 00:10:04 -0500 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-03-09 00:10:04 -0500 |
commit | 3880151724fcc01413f07a246da05d5bf67d71d7 (patch) | |
tree | 2f8687cfe3a25f787fe0f31bcec19d127dfa6de8 /after/plugin | |
parent | 159027b4ce18f82cbb22e3c7ca0c0d8b436326d1 (diff) | |
download | nvim-3880151724fcc01413f07a246da05d5bf67d71d7.tar.gz nvim-3880151724fcc01413f07a246da05d5bf67d71d7.tar.bz2 nvim-3880151724fcc01413f07a246da05d5bf67d71d7.zip |
make toc close after selection neorg
Diffstat (limited to '')
-rw-r--r-- | after/plugin/neorg.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/after/plugin/neorg.lua b/after/plugin/neorg.lua index 583a527..ec0b24a 100644 --- a/after/plugin/neorg.lua +++ b/after/plugin/neorg.lua @@ -43,6 +43,11 @@ neorg.setup { engine = "nvim-cmp", } }, + ["core.qol.toc"] = { + config = { + close_after_use = true + } + }, ["core.presenter"] = { config = { zen_mode = "zen-mode", |