feat(neovim): use built-in package manager.
This commit is contained in:
parent
3b5eceb42f
commit
1f52e22b17
11 changed files with 50 additions and 101 deletions
5
lua/config/pack.lua
Normal file
5
lua/config/pack.lua
Normal file
|
|
@ -0,0 +1,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"},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue