1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 00:05:10 +01:00

New url for ale

This commit is contained in:
2019-11-26 16:30:30 +01:00
parent 49354e122a
commit 87fe26662e

2
.vimrc
View File

@@ -365,7 +365,7 @@ Plugin 'tweekmonster/django-plus.vim'
" Code checker. For python, install flake8 or pylint, preferably in the " Code checker. For python, install flake8 or pylint, preferably in the
" virtualenv. For Django support, install pylint-django " virtualenv. For Django support, install pylint-django
Plugin 'w0rp/ale' Plugin 'dense-analysis/ale'
nmap <leader>= <Plug>(ale_fix) nmap <leader>= <Plug>(ale_fix)
" Quickly open the loclist to see syntax errors " Quickly open the loclist to see syntax errors
nmap <leader>; :lopen<CR> nmap <leader>; :lopen<CR>