diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-elixir.txt | 15 | ||||
-rw-r--r-- | doc/ale-go.txt | 2 | ||||
-rw-r--r-- | doc/ale-php.txt | 10 | ||||
-rw-r--r-- | doc/ale.txt | 1 |
4 files changed, 27 insertions, 1 deletions
diff --git a/doc/ale-elixir.txt b/doc/ale-elixir.txt index 769842a4..30ec3be1 100644 --- a/doc/ale-elixir.txt +++ b/doc/ale-elixir.txt @@ -53,5 +53,20 @@ g:ale_elixir_elixir_ls_release *g:ale_elixir_elixir_ls_release* Location of the elixir-ls release directory. This directory must contain the language server scripts (language_server.sh and language_server.bat). +g:ale_elixir_elixir_ls_config *g:ale_elixir_elixir_ls_config* + *b:ale_elixir_elixir_ls_config* + Type: |Dictionary| + Default: `{}` + + Dictionary containing configuration settings that will be passed to the + language server. For example, to disable Dialyzer: > + { + \ 'elixirLS': { + \ 'dialyzerEnabled': v:false, + \ }, + \ } +< + Consult the ElixirLS documentation for more information about settings. + =============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale-go.txt b/doc/ale-go.txt index 71b248ee..17d9cb10 100644 --- a/doc/ale-go.txt +++ b/doc/ale-go.txt @@ -27,7 +27,7 @@ g:ale_go_go_executable *g:ale_go_go_options* Default: `'go'` The executable that will be run for the `gobuild` and `govet` linters, and - the gomod` fixer. + the `gomod` fixer. =============================================================================== diff --git a/doc/ale-php.txt b/doc/ale-php.txt index 2eed838e..83bc0fd5 100644 --- a/doc/ale-php.txt +++ b/doc/ale-php.txt @@ -204,4 +204,14 @@ g:ale_php_cs_fixer_options *g:ale_php_cs_fixer_options* This variable can be set to pass additional options to php-cs-fixer. =============================================================================== +php *ale-php-php* + +g:ale_php_php_executable *g:ale_php_php_executable* + *b:ale_php_php_executable* + Type: |String| + Default: `'php'` + + This variable sets the executable used for php. + +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale.txt b/doc/ale.txt index 6a1ab3c9..d4223f84 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -225,6 +225,7 @@ CONTENTS *ale-contents* phpstan.............................|ale-php-phpstan| psalm...............................|ale-php-psalm| php-cs-fixer........................|ale-php-php-cs-fixer| + php.................................|ale-php-php| po....................................|ale-po-options| write-good..........................|ale-po-write-good| pod...................................|ale-pod-options| |