]> git.huck.website - nvim.git/commitdiff
removed: auto install lsp servers
authorHuck Boles <huck@huck.website>
Fri, 14 Jul 2023 18:15:28 +0000 (13:15 -0500)
committerHuck Boles <huck@huck.website>
Fri, 14 Jul 2023 18:15:28 +0000 (13:15 -0500)
lua/plugins/lsp.lua

index 5cccbea03a9fcb022153e611cf5500d0954977aa..8bedd509f67b67fd16f3d6d8930abbc034fbf983 100644 (file)
@@ -48,7 +48,7 @@ return {
         version = "1.3.0",
         config = function()
             require("mason-lspconfig").setup({
-                automatic_installation = true,
+                automatic_installation = false,
                 ensure_installed = { "clangd", "lua_ls", "solargraph" },
             })
         end,