10 lines
377 B
Lua
10 lines
377 B
Lua
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" },
|
|
})
|