From 3d987091c6a7f69eff69f0289c8e91e785f356f3 Mon Sep 17 00:00:00 2001 From: sevi-kun Date: Wed, 10 Jan 2024 22:53:36 +0100 Subject: [PATCH] remove neorg as not needed --- after/plugin/neorg.lua | 7 ------- lua/sevi-kun/plugins.lua | 22 ---------------------- 2 files changed, 29 deletions(-) delete mode 100644 after/plugin/neorg.lua diff --git a/after/plugin/neorg.lua b/after/plugin/neorg.lua deleted file mode 100644 index c9c722f..0000000 --- a/after/plugin/neorg.lua +++ /dev/null @@ -1,7 +0,0 @@ --- Note keymaps -vim.keymap.set("n", "ni", ":Neorg index") -vim.keymap.set("n", "nr", ":Neorg return") -vim.keymap.set("n", "nj", ":Neorg journal custom") - -vim.keymap.set("n", "nim", ":Neorg inject-metadata") -vim.keymap.set("n", "nis", ":Neorg inject-metadata") diff --git a/lua/sevi-kun/plugins.lua b/lua/sevi-kun/plugins.lua index 062b35f..9e6d8ba 100644 --- a/lua/sevi-kun/plugins.lua +++ b/lua/sevi-kun/plugins.lua @@ -32,28 +32,6 @@ return { { "stevearc/oil.nvim" }, - { "nvim-neorg/neorg", - version = "*", - build = ":Neorg sync-parsers", - dependencies = { "nvim-lua/plenary.nvim" }, - config = function() - require("neorg").setup { - load = { - ["core.defaults"] = {}, -- Loads default behaviour - ["core.concealer"] = {}, -- Adds pretty icons to your documents - ["core.dirman"] = { -- Manages Neorg workspaces - config = { - workspaces = { - notes = "~/Documents/Notes", - }, - default_workspace = "notes", - }, - }, - }, - } - end, - }, - { "kylechui/nvim-surround", version = "*", config = function()