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
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

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