summaryrefslogtreecommitdiffstats
path: root/after/plugin/neorg.lua
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-05-23 14:36:19 -0400
committerSquibid <me@zacharyscheiman.com>2023-05-23 14:36:19 -0400
commit98ff0c6a718055cc2fc315187788e622f7b08c29 (patch)
tree0d3cf4474239608631212e887dd04d5f1cf2804e /after/plugin/neorg.lua
parent9e80da174b144f60116cf563c650aa7c98e31031 (diff)
downloadnvim-98ff0c6a718055cc2fc315187788e622f7b08c29.tar.gz
nvim-98ff0c6a718055cc2fc315187788e622f7b08c29.tar.bz2
nvim-98ff0c6a718055cc2fc315187788e622f7b08c29.zip
added presenter module and truezen
Diffstat (limited to '')
-rw-r--r--after/plugin/neorg.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/after/plugin/neorg.lua b/after/plugin/neorg.lua
index af41a47..58dc358 100644
--- a/after/plugin/neorg.lua
+++ b/after/plugin/neorg.lua
@@ -40,6 +40,11 @@ neorg.setup {
engine = "nvim-cmp",
}
},
+ ["core.presenter"] = {
+ config = {
+ zen_mode = "truezen",
+ }
+ }
}
}