From 45f95ba81a5a3e4c49f38579e313f22aaf5149d9 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 26 May 2025 11:26:55 -0500 Subject: [PATCH] fix: turn off automatic enable for mason lsp --- lua/plugins/lsp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 09a1a15..e82d8be 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -9,6 +9,7 @@ return { "williamboman/mason-lspconfig.nvim", lazy = false, opts = { + automatic_enable = false, auto_install = true, }, },