Solargraph stdio

This commit is contained in:
Devon Meunier
2018-09-18 10:33:22 -04:00
parent ddb3e6d57a
commit 4025030d86
3 changed files with 22 additions and 25 deletions

View File

@@ -120,19 +120,13 @@ g:ale_ruby_rufo_executable *g:ale_ruby_rufo_executable*
===============================================================================
solargraph *ale-ruby-solargraph*
g:ale_ruby_solargraph_host *g:ale_ruby_solargraph_host*
*b:ale_ruby_solargraph_host*
g:ale_ruby_solargraph_executable *g:ale_ruby_solargraph_executable*
*b:ale_ruby_solargraph_executable*
Type: String
Default: `'127.0.0.1'`
Default: `'solargraph'`
The host/ip where the solargraph language server is running.
g:ale_ruby_solargraph_port *g:ale_ruby_solargraph_port*
*b:ale_ruby_solargraph_port*
Type: String
Default: `'7658'`
The listening port where the solargraph language server is running.
Override the invoked solargraph binary. This is useful for running rufo from
binstubs or a bundle.
===============================================================================