Replace syntastic with ale
This commit is contained in:
parent
eeca17ad49
commit
4038e95d4f
15
vimrc
15
vimrc
@ -37,14 +37,13 @@ Plug 'richq/vim-cmake-completion', {'for': ['cmake']}
|
|||||||
" vimomni - Completion for vimscript
|
" vimomni - Completion for vimscript
|
||||||
Plug 'vim-scripts/vimomni', {'for': ['vim']}
|
Plug 'vim-scripts/vimomni', {'for': ['vim']}
|
||||||
|
|
||||||
" syntastic - syntax checker
|
" ale - Asynchronous Lint Engine
|
||||||
Plug 'vim-syntastic/syntastic'
|
Plug 'w0rp/ale'
|
||||||
let g:syntastic_always_populate_loc_list = 1
|
let g:ale_sign_error = '▸'
|
||||||
let g:syntastic_check_on_open = 1
|
let g:ale_sign_warning = '▸'
|
||||||
let g:syntastic_check_on_wq = 0
|
let g:ale_linters = {'c': [], 'cpp': []}
|
||||||
let g:syntastic_python_checkers = ['pylint']
|
hi link ALEErrorSign SyntasticErrorSign
|
||||||
let g:syntastic_error_symbol = '▸'
|
hi link ALEWarningSign SyntasticWarningSign
|
||||||
let g:syntastic_warning_symbol = '▸'
|
|
||||||
|
|
||||||
" git diff in the sign column
|
" git diff in the sign column
|
||||||
Plug 'airblade/vim-gitgutter'
|
Plug 'airblade/vim-gitgutter'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user