From f19091b3ecc22414dad74898cf781b6443e897d0 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Sat, 12 Apr 2025 11:09:18 +0300 Subject: [PATCH] mason-lspconfig: disable automatic installation --- lua/crentist/lazy/lsp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/crentist/lazy/lsp.lua b/lua/crentist/lazy/lsp.lua index 4bc87f6..6aed0d9 100644 --- a/lua/crentist/lazy/lsp.lua +++ b/lua/crentist/lazy/lsp.lua @@ -31,6 +31,7 @@ return { require('fidget').setup({}) require('mason').setup({}) require('mason-lspconfig').setup({ + automatic_installation = false, -- Replace the language servers listed here -- with the ones you want to install ensure_installed = {