]> git.huck.website - nvim.git/commitdiff
removed: solargraph from required lsps
authorHuck Boles <huck@huck.website>
Mon, 29 May 2023 13:38:38 +0000 (08:38 -0500)
committerHuck Boles <huck@huck.website>
Sat, 3 Jun 2023 01:44:47 +0000 (20:44 -0500)
lua/plugins/lsp.lua

index dce4c0ec8b61627ef9ea354741faccc5bbc43955..c86eaabf08625abdbb261c091ea2e5c11353cd55 100644 (file)
@@ -59,7 +59,7 @@ return {
         config = function()
             require("mason-lspconfig").setup({
                 automatic_installation = true,
-                ensure_installed = { "rust_analyzer", "clangd", "lua_ls", "solargraph" },
+                ensure_installed = { "rust_analyzer", "clangd", "lua_ls" },
             })
         end,
     },