Add python plugins for ALE

This commit is contained in:
Andrew Miner
2020-01-22 20:34:08 -07:00
parent 0277580f70
commit fdf9ff6189
+1 -1
View File
@@ -144,7 +144,7 @@ let g:ale_linters = {
\'go': ['gobuild', 'golint', 'govet'],
\'html': [],
\'typescript': ['tslint', 'tsserver'],
\'python': ['pyls']
\'python': ['pycodestyle', 'pydocstyle', 'pyflakes', 'pyls']
\}
let g:ale_virtualenv_dir_names = ['usr']