diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-09-19 13:12:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-19 13:12:41 +0100 |
commit | e5b920e387e08411ac1e3ade8bb54db5a7945ece (patch) | |
tree | 956e4ab431479b991cec0544d39d44d38d2a18ea /doc | |
parent | 993f02ad80bf76c49557b181626bc48a7d4769f1 (diff) | |
parent | 4025030d861b334d2d29f916a333a839c55a9f19 (diff) | |
download | ale-e5b920e387e08411ac1e3ade8bb54db5a7945ece.zip |
Merge pull request #1934 from meunierd/solargraph-stdio
Support Solargraph stdio
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-ruby.txt | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/doc/ale-ruby.txt b/doc/ale-ruby.txt index 810a1d45..c0e521c3 100644 --- a/doc/ale-ruby.txt +++ b/doc/ale-ruby.txt @@ -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. =============================================================================== |