We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1f13a commit 46c6931Copy full SHA for 46c6931
lua/modules/plugins/completion.lua
@@ -6,8 +6,8 @@ completion["neovim/nvim-lspconfig"] = {
6
event = { "CursorHold", "CursorHoldI" },
7
config = require("completion.lsp"),
8
dependencies = {
9
- { "williamboman/mason.nvim" },
10
- { "williamboman/mason-lspconfig.nvim" },
+ { "williamboman/mason.nvim", version = "1.11.0" },
+ { "williamboman/mason-lspconfig.nvim", version = "1.32.0" },
11
{ "b0o/schemastore.nvim" },
12
},
13
}
0 commit comments