This commit is contained in:
Kevin Robayna 2024-07-19 10:01:19 +01:00
parent fca15abd3c
commit aee364212b

View file

@ -8,7 +8,7 @@ end
local lsp = vim.g.lazyvim_ruby_lsp or "ruby_lsp"
if vim.fn.has("nvim-0.10") == 0 then
-- ruby_lsp does not work well with Neovim < 0.10
lsp = vim.g.lazyvim_ruby_lsp or "solarpath"
lsp = vim.g.lazyvim_ruby_lsp or "solargraph"
end
local formatter = vim.g.lazyvim_ruby_formatter or "rubocop"