Преглед на файлове

Solargraph uses stdio instead of --stdio (#642)

You can see this in the [default config](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/solargraph.lua).
Brandon Conway преди 4 години
родител
ревизия
a291b0597a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      ftplugin/ruby.lua

+ 1 - 1
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(