fix(lsp): prevent setting up mason-lspconfig more than once when setting mslp opts

This commit is contained in:
Folke Lemaitre
2024-06-29 21:01:41 +02:00
parent 72547b809f
commit 8c900f92e7

View File

@ -5,7 +5,7 @@ return {
event = "LazyFile", event = "LazyFile",
dependencies = { dependencies = {
"mason.nvim", "mason.nvim",
"williamboman/mason-lspconfig.nvim", { "williamboman/mason-lspconfig.nvim", config = function() end },
}, },
---@class PluginLspOpts ---@class PluginLspOpts
opts = function() opts = function()