diff options
Diffstat (limited to 'lua/config/pack.lua')
| -rw-r--r-- | lua/config/pack.lua | 6 |
1 files changed, 0 insertions, 6 deletions
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" }, }) |
