summaryrefslogtreecommitdiff
path: root/fnl/plugins.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-12-27 00:58:05 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-12-27 00:58:05 +0100
commita37c7f590d8fcec40b86106aa0c36f0771dd8d84 (patch)
treec7e1fbebe1e5e3b33e9be655995e9d9db925dabe /fnl/plugins.fnl
parentfc04483abe73633a012548d56627ad272667af87 (diff)
Revert "Replace orgmode with neorg"
This reverts commit fc04483abe73633a012548d56627ad272667af87.
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 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