From 23e0f619463cb6ff4ce82239bc3b888d7fccf319 Mon Sep 17 00:00:00 2001 From: Benjamin Chaussé Date: Thu, 16 May 2024 02:02:41 -0400 Subject: Major cleanup for macOS development --- lua/ben/plugins/lsp/mason.lua | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) (limited to 'lua/ben/plugins/lsp/mason.lua') diff --git a/lua/ben/plugins/lsp/mason.lua b/lua/ben/plugins/lsp/mason.lua index 121509d..e352a6e 100644 --- a/lua/ben/plugins/lsp/mason.lua +++ b/lua/ben/plugins/lsp/mason.lua @@ -24,49 +24,16 @@ return { }) mason_lspconfig.setup({ -- list of servers for mason to install - ensure_installed = { - "bashls", - "cssls", - "diagnosticls", - "dockerls", - "docker_compose_language_service", - "gopls", - "lua_ls", - "texlab", - "zk", - "pyright", - "r_language_server", - "sqls", - }, + ensure_installed = {}, -- auto-install configured servers (with lspconfig) automatic_installation = true, -- not the same as ensure_installed }) mason_tool_installer.setup({ ensure_installed = { - "mutt-language-server", - "emmet-ls", - -- Linters: - "prettier", - "bibtex-tidy", - "goimports", - "gci", - "golines", - "shfmt", - "latexindent", - "sql-formatter", - "isort", - "black", - "yamlfix", - "stylua", - -- Formatters: - "stylelint", - "markdownlint", - "pylint", "golangci-lint", "shellcheck", }, }) - end, } -- cgit v1.2.3