mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 05:51:04 +00:00
Fix lsp path
This commit is contained in:
parent
ee87565e9c
commit
c2328a91d1
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ return {
|
||||||
|
|
||||||
-- Ruby LSP
|
-- Ruby LSP
|
||||||
lspconfig.ruby_lsp.setup({
|
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,
|
capabilities = capabilities,
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue