diff options
author | w0rp <devw0rp@gmail.com> | 2017-11-21 23:51:18 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-11-21 23:51:18 +0000 |
commit | 52f3ad7c75273af3b32d1085a248d14ccc1886df (patch) | |
tree | 9f5db22db0fff38d320b79951748e0c11de66a02 /doc | |
parent | e6fb32b7920fbe3d58c055eb7151d1316b2a40ac (diff) | |
download | ale-52f3ad7c75273af3b32d1085a248d14ccc1886df.zip |
Escape the pyls executable in the command, and support running virtualenv pyls executables
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-python.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt index e34b548f..a78cb5ac 100644 --- a/doc/ale-python.txt +++ b/doc/ale-python.txt @@ -189,16 +189,26 @@ g:ale_python_pylint_use_global *g:ale_python_pylint_use_global* See |ale-integrations-local-executables| + =============================================================================== pyls *ale-python-pyls* g:ale_python_pyls_executable *g:ale_python_pyls_executable* *b:ale_python_pyls_executable* Type: |String| - Default: `pyls` + Default: `'pyls'` + + See |ale-integrations-local-executables| + + +g:ale_python_pyls_use_global *g:ale_python_pyls_use_global* + *b:ale_python_pyls_use_global* + Type: |Number| + Default: `0` See |ale-integrations-local-executables| + =============================================================================== yapf *ale-python-yapf* |