feat(neovim): use built-in package manager.

This commit is contained in:
CronyAkatsuki 2025-10-20 18:51:25 +02:00
parent 3b5eceb42f
commit 1f52e22b17
11 changed files with 50 additions and 101 deletions

5
lua/config/pack.lua Normal file
View 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"},
})