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",
|
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()
|
||||||
|
Reference in New Issue
Block a user