Fixed mason-lspconfig load event

This commit is contained in:
Dreaded_X 2025-06-01 20:11:06 +02:00
parent 0505c877fe
commit 5c946599bc
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA

View File

@ -4,7 +4,7 @@
return {
"mason-org/mason-lspconfig.nvim",
cmd = { "LspInstall", "LspUninstall" },
event = "VeryLazy",
event = { "BufNewFile", "BufReadPre" },
--- @module "mason-lspconfig"
--- @type MasonLspconfigSettings
opts = {},