From c2328a91d12528f7b19640ec2f58024eb02f68d6 Mon Sep 17 00:00:00 2001 From: Marcelo Jacobus Date: Fri, 19 Sep 2025 15:48:19 -0300 Subject: [PATCH] Fix lsp path --- lua/plugins/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 87863d7..fca5c10 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -66,7 +66,7 @@ return { -- Ruby LSP lspconfig.ruby_lsp.setup({ - cmd = { vim.fn.expand("~/.asdf/shims/ruby"), "-S", "ruby-lsp" }, + -- cmd = { vim.fn.expand("~/.asdf/shims/ruby"), "-S", "ruby-lsp" }, capabilities = capabilities, on_attach = on_attach, })