From 204119eb2b90b2706bb2cfe272e48f18ea7ba355 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Thu, 20 Feb 2025 00:36:36 +0000 Subject: [PATCH] Remove neorg --- nvim/lua/plugs/neorg.lua | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 nvim/lua/plugs/neorg.lua diff --git a/nvim/lua/plugs/neorg.lua b/nvim/lua/plugs/neorg.lua deleted file mode 100644 index f1e27b2..0000000 --- a/nvim/lua/plugs/neorg.lua +++ /dev/null @@ -1,18 +0,0 @@ -return { - "nvim-neorg/neorg", - opts = { - load = { - ["core.defaults"] = {}, - ["core.dirman"] = { - config = { - workspaces = { - my_workspace = "~/.neorg", - }, - }, - }, - ["core.concealer"] = {}, - }, - }, - event = "VeryLazy", - lazy = true, -}