diff options
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/ruby.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/ruby.lua b/ftplugin/ruby.lua index f46a71f8..4f2c20f8 100644 --- a/ftplugin/ruby.lua +++ b/ftplugin/ruby.lua @@ -1,6 +1,6 @@ -- If you are using rvm, make sure to change below configuration require'lspconfig'.solargraph.setup { - cmd = {DATA_PATH .. "/lspinstall/ruby/solargraph/solargraph", "--stdio"}, + cmd = {DATA_PATH .. "/lspinstall/ruby/solargraph/solargraph", "stdio"}, on_attach = require'lsp'.common_on_attach, handlers = { ["textDocument/publishDiagnostics"] = vim.lsp.with( |