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 "}, -} -