mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(version): don't use version for schemastore and nvim-cmp. Last version is too old
This commit is contained in:
parent
5b8935b383
commit
3d498ee713
2 changed files with 5 additions and 1 deletions
|
@ -30,6 +30,7 @@ return {
|
|||
-- auto completion
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
version = false, -- last release is way too old
|
||||
event = "InsertEnter",
|
||||
dependencies = {
|
||||
"hrsh7th/cmp-nvim-lsp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue