diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-12-26 17:17:37 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-12-26 17:17:37 +0100 |
commit | fc04483abe73633a012548d56627ad272667af87 (patch) | |
tree | 200289ebb0b9fffa47152e9f909d6acc78d47fdc /fnl/plugins.fnl | |
parent | c0f658cdcfc5577f62814f1d547a671f2595648f (diff) |
Replace orgmode with neorg
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 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 |