diff options
Diffstat (limited to 'doc/ale-elixir.txt')
-rw-r--r-- | doc/ale-elixir.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/ale-elixir.txt b/doc/ale-elixir.txt index 693db5aa..351b442a 100644 --- a/doc/ale-elixir.txt +++ b/doc/ale-elixir.txt @@ -105,4 +105,22 @@ See |ale-cspell-options| =============================================================================== +lexical *ale-elixir-lexical* + +Lexical (https://github.com/lexical-lsp/lexical) + +g:ale_elixir_lexical_release *g:ale_elixir_lexical_release* + *b:ale_elixir_lexical_release* + Type: |String| + Default: `'lexical'` + + Location of the lexical release directory. This directory must contain + the language server scripts (start_lexical.sh and start_lexical.bat). + + For example, set release to: `/home/projects/lexical/_build/dev/rel/lexical` + + There are currnetly no configuration options for lexical. + + +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |