From 98ff0c6a718055cc2fc315187788e622f7b08c29 Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 23 May 2023 14:36:19 -0400 Subject: added presenter module and truezen --- after/plugin/neorg.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'after/plugin/neorg.lua') 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", + } + } } } -- cgit v1.2.1