aboutsummaryrefslogtreecommitdiff
path: root/lua/config/pack.lua
blob: e4e5443ec1bf17adf67463d0b523c12420e4a795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"},
})