init.lua/lua/config/pack.lua

5 lines
193 B
Lua

vim.pack.add({
{src = "https://github.com/ellisonleao/gruvbox.nvim"},
{src = "https://github.com/nvim-treesitter/nvim-treesitter"},
{src = "https://github.com/neovim/nvim-lspconfig"},
})