Switch to ALE instead of syntastic

This commit is contained in:
Kovid Goyal 2021-04-17 16:53:48 +05:30
parent 518057489c
commit 58850a0e14
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1,7 +1,7 @@
" Scan the following dirs recursively for tags
let g:project_tags_dirs = ['kitty', 'kittens']
let g:syntastic_python_checkers = ['mypy', 'flake8']
let g:syntastic_python_mypy_exec = './mypy-editor-integration'
let g:ale_linters = {'python': ['mypy', 'flake8'], }
let g:ale_python_mypy_executable = './mypy-editor-integration'
let g:ycm_python_binary_path = 'python3'
set wildignore+==template.py
set wildignore+=tags