diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-06-25 17:03:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-25 17:03:15 +0100 |
commit | 66820ed452839a9e09eb18bbaad538d3a25d33f8 (patch) | |
tree | 3ff2be7cec46e488fa2af123f5433fd1f87a7ac0 /doc/ale-sh.txt | |
parent | 620951b6d3420ca69754f3e1068167729d8c651b (diff) | |
parent | 49d995a521c7f0fa4cd9524fa139cfdaba6e0677 (diff) | |
download | ale-66820ed452839a9e09eb18bbaad538d3a25d33f8.zip |
Merge pull request #1641 from docwhat/pr/add-bash-lsp
sh: add bash-language-server linter
Diffstat (limited to 'doc/ale-sh.txt')
-rw-r--r-- | doc/ale-sh.txt | 19 |
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* |