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
16
nvim-pack-lock.json
Normal file
16
nvim-pack-lock.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue