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

View File

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