Switch Vim syntax checker to Ale

This commit is contained in:
Shaun Reed 2019-09-21 01:37:06 -04:00
parent b8c6922e05
commit 12fae1153d
3 changed files with 7 additions and 8 deletions

1
vim/.vim/bundle/ale Submodule

@ -0,0 +1 @@
Subproject commit ab8e0433536dc6074c77f6ed1fa18325ea1be349

@ -1 +0,0 @@
Subproject commit 0336c35c0b10b46d85cdd9c3df721f978429e82c

View File

@ -58,7 +58,6 @@ let g:airline_theme='kalisi'
set statusline+=%#warningmsg# set statusline+=%#warningmsg#
set statusline+=%{SyntasticStatuslineFlag()} set statusline+=%{SyntasticStatuslineFlag()}
set statusline+=%* set statusline+=%*
let g:syntastic_always_populate_loc_list = 1 let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1 let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1 let g:syntastic_check_on_open = 1
@ -68,12 +67,12 @@ let g:syntastic_check_on_wq = 0
" Spare the plugin some work and read: :h g:signify_vcs_list " Spare the plugin some work and read: :h g:signify_vcs_list
" Signify plugin settings " Signify plugin settings
" Diff gutter within Vim " Diff gutter within Vim
let g:signify_vcs_list = ['git', 'hg'] " let g:signify_vcs_list = ['git', 'hg']
let g:signify_cursorhold_insert = 1 " let g:signify_cursorhold_insert = 1
let g:signify_cursorhold_normal = 1 " let g:signify_cursorhold_normal = 1
let g:signify_update_on_bufenter = 0 " let g:signify_update_on_bufenter = 0
let g:signify_update_on_focusgained = 1 " let g:signify_update_on_focusgained = 1
"
" Colorizer plugin settings " Colorizer plugin settings
" See :h colorizer in Vim for more info " See :h colorizer in Vim for more info
"let g:colorizer_colornames = 0 " Don't color literal names, like red, green, etc "let g:colorizer_colornames = 0 " Don't color literal names, like red, green, etc