fix(version): don't use version for schemastore and nvim-cmp. Last version is too old

This commit is contained in:
Folke Lemaitre 2023-01-16 20:39:12 +01:00
parent 5b8935b383
commit 3d498ee713
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 5 additions and 1 deletions

View file

@ -11,7 +11,10 @@ return {
-- correctly setup lspconfig
{
"neovim/nvim-lspconfig",
dependencies = { "b0o/SchemaStore.nvim" },
dependencies = {
"b0o/SchemaStore.nvim",
version = false, -- last release is way too old
},
opts = {
-- make sure mason installs the server
servers = {