Skip to content

Commit 46c6931

Browse files
committed
fix(plugin.mason): pin mason and mason-lspconfig according to mason-org/mason-lspconfig.nvim#545
1 parent df1f13a commit 46c6931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/modules/plugins/completion.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ completion["neovim/nvim-lspconfig"] = {
66
event = { "CursorHold", "CursorHoldI" },
77
config = require("completion.lsp"),
88
dependencies = {
9-
{ "williamboman/mason.nvim" },
10-
{ "williamboman/mason-lspconfig.nvim" },
9+
{ "williamboman/mason.nvim", version = "1.11.0" },
10+
{ "williamboman/mason-lspconfig.nvim", version = "1.32.0" },
1111
{ "b0o/schemastore.nvim" },
1212
},
1313
}

0 commit comments

Comments
 (0)