summaryrefslogtreecommitdiff
path: root/fnl/plugins.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-12-26 17:17:37 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-12-26 17:17:37 +0100
commitfc04483abe73633a012548d56627ad272667af87 (patch)
tree200289ebb0b9fffa47152e9f909d6acc78d47fdc /fnl/plugins.fnl
parentc0f658cdcfc5577f62814f1d547a671f2595648f (diff)
Replace orgmode with neorg
Diffstat (limited to 'fnl/plugins.fnl')
-rw-r--r--fnl/plugins.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl
index b39a58f..d416865 100644
--- a/fnl/plugins.fnl
+++ b/fnl/plugins.fnl
@@ -63,10 +63,10 @@
:config (fn []
(require :config.trouble))}
;; Misc plugins
- {1 :nvim-orgmode/orgmode
+ {1 :nvim-neorg/neorg
:event :VeryLazy
:config (fn []
- (require :config.orgmode))}
+ (require :config.neorg))}
{1 :ojroques/nvim-bufdel :cmd :BufDel}
{1 :akinsho/toggleterm.nvim
:cmd :ToggleTerm