Add support for Vritual Env folder called venv

This commit is contained in:
Daniel Parker 2017-12-18 09:33:11 +00:00
parent 65a99c1615
commit d3cf02ecda
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ let g:ale_virtualenv_dir_names = get(g:, 'ale_virtualenv_dir_names', [
\ 've-py3',
\ 've',
\ 'virtualenv',
\ 'venv',
\])
function! ale#python#FindProjectRootIni(buffer) abort