diff options
author | w0rp <devw0rp@gmail.com> | 2017-07-08 14:30:12 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-07-08 14:30:12 +0100 |
commit | 996732d5a688c8f0e56e0f5bfb17bdd11c819bbb (patch) | |
tree | 12a3b7f5be259d6446e25f795e07cf450f5dd199 /doc/ale.txt | |
parent | fdc7166c3ce68babdf8afdb457e23700d4e8ab3a (diff) | |
download | ale-996732d5a688c8f0e56e0f5bfb17bdd11c819bbb.zip |
Document the virtualenv directories variable in the main file instead
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index c5e2f8f8..f1419d19 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -808,6 +808,20 @@ g:ale_type_map *g:ale_type_map* Type maps can be set per-buffer with `b:ale_type_map`. +g:ale_virtualenv_dir_names *g:ale_virtualenv_dir_names* +b:ale_virtualenv_dir_names *b:ale_virtualenv_dir_names* + + Type: |List| + Default: `['.env', 'env', 've-py3', 've', 'virtualenv']` + + A list of directory names to be used when searching upwards from Python + files to discover virtulenv directories with. + + For directory named `'foo'`, ALE will search for `'foo/bin/activate'` + (`foo\Scripts\activate\` on Windows) in all directories on and above the + directory containing the Python file to find virtualenv paths. + + g:ale_warn_about_trailing_whitespace *g:ale_warn_about_trailing_whitespace* b:ale_warn_about_trailing_whitespace *b:ale_warn_about_trailing_whitespace* |