Fixed mason-lspconfig load event
This commit is contained in:
parent
0505c877fe
commit
5c946599bc
|
@ -4,7 +4,7 @@
|
||||||
return {
|
return {
|
||||||
"mason-org/mason-lspconfig.nvim",
|
"mason-org/mason-lspconfig.nvim",
|
||||||
cmd = { "LspInstall", "LspUninstall" },
|
cmd = { "LspInstall", "LspUninstall" },
|
||||||
event = "VeryLazy",
|
event = { "BufNewFile", "BufReadPre" },
|
||||||
--- @module "mason-lspconfig"
|
--- @module "mason-lspconfig"
|
||||||
--- @type MasonLspconfigSettings
|
--- @type MasonLspconfigSettings
|
||||||
opts = {},
|
opts = {},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user