diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2024-04-03 00:21:28 -0400 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2024-04-03 00:21:28 -0400 |
| commit | 392f7073fecce12541938a70a93b2d2dd61ce35b (patch) | |
| tree | 24c6d9cc2e3b4abb045e5c072503d3c6681edd35 /.config/nvim/lua/neorg_conf.lua | |
| parent | a9c559f9fc070985db26e820f352395d75569eb8 (diff) | |
Wranglin
Diffstat (limited to '.config/nvim/lua/neorg_conf.lua')
| -rw-r--r-- | .config/nvim/lua/neorg_conf.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/nvim/lua/neorg_conf.lua b/.config/nvim/lua/neorg_conf.lua index 3c8b934..895122e 100644 --- a/.config/nvim/lua/neorg_conf.lua +++ b/.config/nvim/lua/neorg_conf.lua @@ -5,6 +5,14 @@ require('neorg').setup({ ["core.integrations.treesitter"] = {}, ["core.autocommands"] = {}, ["core.concealer"] = {}, + ["core.export"] = {}, + ["core.presenter"] = { + config = { + zen_mode = "zen-mode" + } + }, + ["core.tempus"] = {}, + ["core.summary"] = {}, ["core.dirman"] = { config = { workspaces = { |
