aboutsummaryrefslogtreecommitdiff
path: root/lua/config/pack.lua
blob: a24bd02bf03465f662926bbd820392b9c06f53ab (plain)
1
2
3
4
5
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"},
})