summaryrefslogtreecommitdiff
path: root/doc/ale-ruby.txt
diff options
context:
space:
mode:
authorHoracio Sanson <horacio@allm.net>2018-08-24 13:02:51 +0900
committerHoracio Sanson <horacio@allm.net>2018-08-27 10:58:17 +0900
commit1980245b94d7b997c6ba376d8a2644397afe02d6 (patch)
tree505aa9d0b20902e044926f9f2965ddbb3abe2067 /doc/ale-ruby.txt
parent3c85c7ef65242cf80279cf9dcf843523f6d7875b (diff)
downloadale-1980245b94d7b997c6ba376d8a2644397afe02d6.zip
Add solargraph LSP linter.
Diffstat (limited to 'doc/ale-ruby.txt')
-rw-r--r--doc/ale-ruby.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/ale-ruby.txt b/doc/ale-ruby.txt
index 85a3e137..ec7b07cf 100644
--- a/doc/ale-ruby.txt
+++ b/doc/ale-ruby.txt
@@ -99,4 +99,22 @@ 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*
+ Type: String
+ Default: `'127.0.0.1'`
+
+ 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.
+
+
+===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: