summaryrefslogtreecommitdiff
path: root/doc/ale-sh.txt
diff options
context:
space:
mode:
authorChristian Höltje <docwhat@gerf.org>2018-06-07 13:55:43 -0400
committerChristian Höltje <docwhat@gerf.org>2018-06-25 11:21:53 -0400
commit49d995a521c7f0fa4cd9524fa139cfdaba6e0677 (patch)
tree3ff2be7cec46e488fa2af123f5433fd1f87a7ac0 /doc/ale-sh.txt
parent620951b6d3420ca69754f3e1068167729d8c651b (diff)
downloadale-49d995a521c7f0fa4cd9524fa139cfdaba6e0677.zip
sh: add bash-language-server linter
Diffstat (limited to 'doc/ale-sh.txt')
-rw-r--r--doc/ale-sh.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/ale-sh.txt b/doc/ale-sh.txt
index 941dc59b..7557e522 100644
--- a/doc/ale-sh.txt
+++ b/doc/ale-sh.txt
@@ -3,6 +3,25 @@ ALE Shell Integration *ale-sh-options*
===============================================================================
+sh-language-server *ale-sh-language-server*
+
+g:ale_sh_language_server_executable *g:ale_sh_language_server_executable*
+ *b:ale_sh_language_server_executable*
+ Type: |String|
+ Default: `'bash-language-server'`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_sh_language_server_use_global *g:ale_sh_language_server_use_global*
+ *b:ale_sh_language_server_use_global*
+ Type: |Number|
+ Default: `get(g:, 'ale_use_global_executables', 0)`
+
+ See |ale-integrations-local-executables|
+
+
+===============================================================================
shell *ale-sh-shell*
g:ale_sh_shell_default_shell *g:ale_sh_shell_default_shell*