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

16
nvim-pack-lock.json Normal file
View file

@ -0,0 +1,16 @@
{
"plugins": {
"gruvbox.nvim": {
"rev": "5e0a460",
"src": "https://github.com/ellisonleao/gruvbox.nvim"
},
"nvim-lspconfig": {
"rev": "ac98db2",
"src": "https://github.com/neovim/nvim-lspconfig"
},
"nvim-treesitter": {
"rev": "42fc28ba",
"src": "https://github.com/nvim-treesitter/nvim-treesitter"
}
}
}