|
@@ -62,11 +62,13 @@ if vim.fn.executable("gopls") == 1 then
|
|
|
});
|
|
|
end
|
|
|
|
|
|
-if vim.fn.executable("solargraph") == 1 then
|
|
|
- nvim_lsp.solargraph.setup({
|
|
|
+if vim.fn.executable("ruby-lsp") == 1 then
|
|
|
+ nvim_lsp.ruby_lsp.setup({
|
|
|
capabilities = capabilities,
|
|
|
init_options = {
|
|
|
- formatting = false,
|
|
|
+ enabledFeatures = {
|
|
|
+ formatting = false,
|
|
|
+ },
|
|
|
}
|
|
|
})
|
|
|
end
|