From b57dc94d3a6aacc1f0050ae6d3f55f7ad4d27e29 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 21 Oct 2025 21:03:41 +0200 Subject: feat: move plugin install definitions to their dirs. --- lua/config/pack.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lua/config') diff --git a/lua/config/pack.lua b/lua/config/pack.lua index 2aff5f1..3971000 100644 --- a/lua/config/pack.lua +++ b/lua/config/pack.lua @@ -1,10 +1,4 @@ vim.pack.add({ - -- Colorscheme - { src = "https://github.com/ellisonleao/gruvbox.nvim" }, - -- Treesitter parsers - { src = "https://github.com/nvim-treesitter/nvim-treesitter" }, -- Preconfigured lsp's { src = "https://github.com/neovim/nvim-lspconfig" }, - -- Amazing neovim bundle of plugins that are super nice - { src = "https://github.com/nvim-mini/mini.nvim" }, }) -- cgit v1.1