Pin plugin versions after initial hecate install
This commit is contained in:
parent
9489fbefa9
commit
262d652c02
|
|
@ -67,6 +67,11 @@
|
|||
"rev": "74b06c6c75e4eeb3108ec01852001636d85a932b",
|
||||
"src": "https://github.com/nvim-lua/plenary.nvim"
|
||||
},
|
||||
"rustaceanvim": {
|
||||
"rev": "88575b98bb9937fb9983ddec5e532b67e75ce677",
|
||||
"src": "https://github.com/mrcjkb/rustaceanvim",
|
||||
"version": "6.0.0 - 7.0.0"
|
||||
},
|
||||
"telescope-fzf-native.nvim": {
|
||||
"rev": "b25b749b9db64d375d782094e2b9dce53ad53a40",
|
||||
"src": "https://github.com/nvim-telescope/telescope-fzf-native.nvim"
|
||||
|
|
@ -87,6 +92,10 @@
|
|||
"rev": "cdc07ac78467a233fd62c493de29a17e0cf2b2b6",
|
||||
"src": "https://github.com/folke/tokyonight.nvim"
|
||||
},
|
||||
"trouble.nvim": {
|
||||
"rev": "bd67efe408d4816e25e8491cc5ad4088e708a69a",
|
||||
"src": "https://github.com/folke/trouble.nvim"
|
||||
},
|
||||
"which-key.nvim": {
|
||||
"rev": "3aab2147e74890957785941f0c1ad87d0a44c15a",
|
||||
"src": "https://github.com/folke/which-key.nvim"
|
||||
|
|
|
|||
Loading…
Reference in New Issue