fix(lsp): prevent setting up mason-lspconfig more than once when setting mslp opts
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user