diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 5637403..f666c24 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -45,11 +45,8 @@ return { require("mason-lspconfig").setup({ ensure_installed = { "lua_ls", - "uv", "ruff", "pylsp", - "alejandra", - "nil", "taplo", }, })