mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(lsp): prevent setting up mason-lspconfig more than once when setting mslp opts
This commit is contained in:
parent
72547b809f
commit
8c900f92e7
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue