Fix lsp path

This commit is contained in:
Marcelo Jacobus 2025-09-19 15:48:19 -03:00
parent ee87565e9c
commit c2328a91d1

View file

@ -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,
})