diff options
| author | Crony Akatsuki <crony@cronyakatsuki.xyz> | 2025-10-21 10:08:19 +0200 |
|---|---|---|
| committer | Crony Akatsuki <crony@cronyakatsuki.xyz> | 2025-10-21 10:08:19 +0200 |
| commit | d0ab90518d30d8742ab7af43a063d2b3dd166baa (patch) | |
| tree | 395467fd6cbf7177729510dba3d3515102593ac2 /lua/config/pack.lua | |
| parent | 3a99d36890ae5ddbdc9c194b40e91d665cae1874 (diff) | |
| download | nvim-d0ab90518d30d8742ab7af43a063d2b3dd166baa.zip nvim-d0ab90518d30d8742ab7af43a063d2b3dd166baa.tar.gz | |
feat: setup mini.pick, oil.nvim and lazydev.nvim
Diffstat (limited to 'lua/config/pack.lua')
| -rw-r--r-- | lua/config/pack.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/config/pack.lua b/lua/config/pack.lua index a24bd02..e4e5443 100644 --- a/lua/config/pack.lua +++ b/lua/config/pack.lua @@ -1,5 +1,14 @@ 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"}, + -- Nice file manager + {src = "https://github.com/stevearc/oil.nvim"}, + -- Amazing neovim bundle of plugins that are super nice + {src = "https://github.com/nvim-mini/mini.nvim"}, + -- Fix the annoying neovim+lua errors + {src = "https://github.com/folke/lazydev.nvim"}, }) |
