fix: turn off automatic enable for mason lsp
This commit is contained in:
@@ -9,6 +9,7 @@ return {
|
|||||||
"williamboman/mason-lspconfig.nvim",
|
"williamboman/mason-lspconfig.nvim",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
opts = {
|
opts = {
|
||||||
|
automatic_enable = false,
|
||||||
auto_install = true,
|
auto_install = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user