summaryrefslogtreecommitdiff
path: root/doc/ale-ruby.txt
diff options
context:
space:
mode:
authorDevon Meunier <devon.meunier@shopify.com>2018-09-18 10:33:22 -0400
committerDevon Meunier <devon.meunier@shopify.com>2018-09-18 11:20:29 -0400
commit4025030d861b334d2d29f916a333a839c55a9f19 (patch)
tree8f1a41aea4f8b6d1ad115ace4db932a750b3d66a /doc/ale-ruby.txt
parentddb3e6d57acfc9081f8c6846d896542014e3024b (diff)
downloadale-4025030d861b334d2d29f916a333a839c55a9f19.zip
Solargraph stdio
Diffstat (limited to 'doc/ale-ruby.txt')
-rw-r--r--doc/ale-ruby.txt16
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.
===============================================================================