From e60ffa38e99b9c83563bbe86c2909314278fb0a3 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Wed, 20 Nov 2024 17:51:26 -0500 Subject: [PATCH] added neorg --- lua/community.lua | 7 +++++-- lua/plugins/harpoon | 8 -------- 2 files changed, 5 insertions(+), 10 deletions(-) delete mode 100644 lua/plugins/harpoon diff --git a/lua/community.lua b/lua/community.lua index 7843e0f..3246c75 100644 --- a/lua/community.lua +++ b/lua/community.lua @@ -9,12 +9,15 @@ return { "AstroNvim/astrocommunity", { import = "astrocommunity.pack.lua" }, -- import/override with your plugins folder - { import = "astrocommunity.recipes.vscode" }, - { import = "astrocommunity.recipes.neovide" }, + -- { import = "astrocommunity.recipes.vscode" }, + -- { import = "astrocommunity.recipes.neovide" }, { import = "astrocommunity.colorscheme.tokyonight-nvim" }, { import = "astrocommunity.editing-support.rainbow-delimiters-nvim" }, -- Add language support { import = "astrocommunity.pack.go" }, { import = "astrocommunity.pack.svelte" }, + + -- Add "Apps" + { import = "astrocommunity.note-taking.neorg" }, } diff --git a/lua/plugins/harpoon b/lua/plugins/harpoon deleted file mode 100644 index 89ce9e5..0000000 --- a/lua/plugins/harpoon +++ /dev/null @@ -1,8 +0,0 @@ -return { - "ThePrimeagen/harpoon", - version = "*", - event = "VeryLazy", - config = function() require("harpoon").setup {} end, - dependences = { "nvim-lua/plenary.nvim "}, -} -