diff options
Diffstat (limited to 'fnl/plugins.fnl')
-rw-r--r-- | fnl/plugins.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl index d416865..b39a58f 100644 --- a/fnl/plugins.fnl +++ b/fnl/plugins.fnl @@ -63,10 +63,10 @@ :config (fn [] (require :config.trouble))} ;; Misc plugins - {1 :nvim-neorg/neorg + {1 :nvim-orgmode/orgmode :event :VeryLazy :config (fn [] - (require :config.neorg))} + (require :config.orgmode))} {1 :ojroques/nvim-bufdel :cmd :BufDel} {1 :akinsho/toggleterm.nvim :cmd :ToggleTerm |