From 0b0935cd19bc8db39b92d463654d8ed664d220a9 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 29 Nov 2023 14:31:00 +0100 Subject: Remove neorg --- fnl/plugins/editor/neorg.fnl | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 fnl/plugins/editor/neorg.fnl (limited to 'fnl/plugins/editor/neorg.fnl') diff --git a/fnl/plugins/editor/neorg.fnl b/fnl/plugins/editor/neorg.fnl deleted file mode 100644 index 6e15a74..0000000 --- a/fnl/plugins/editor/neorg.fnl +++ /dev/null @@ -1,38 +0,0 @@ -;; Orgmode but better. - -(local opts {:load {:core.defaults {} - :core.concealer {} - :core.summary {} - :core.completion {:config {:engine :nvim-cmp}} - :core.presenter {:config {:zen_mode :zen-mode}} - :core.dirman {:config {:workspaces {:master "~/.local/share/norg" - :molecular-notes "~/.local/share/norg/molecular-notes" - :gtd "~/.local/share/norg/gtd"} - :autochdir false - :default_workspace :master}} - :core.integrations.telescope {}}}) - -(fn config [] - (let [neorg (require :neorg)] - (neorg.setup opts))) - -(local auto-cmds - [[:FileType - {:pattern :norg - :callback (fn [] - (tset vim.opt_local :conceallevel 3))}]]) - -(fn init [] - (let [cmds (require :util.cmds)] - (cmds.create-auto-cmds auto-cmds))) - -{1 :nvim-neorg/neorg - :build ":Neorg sync-parsers" - :keys [{1 : 2 :VBox :mode :v}] - :ft :norg - :cmd :Norg - : init - : config - :dependencies [:nvim-lua/plenary.nvim - :nvim-neorg/neorg-telescope - :jbyuki/venn.nvim]} -- cgit v1.2.3-70-g09d2