fix: turn off automatic enable for mason lsp

This commit is contained in:
Stevan Freeborn
2025-05-26 11:26:55 -05:00
parent 9b5ceedbc0
commit 45f95ba81a
+1
View File
@@ -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,
}, },
}, },