mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
New url for ale
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user