Switch Vim syntax checker to Ale
This commit is contained in:
1
vim/.vim/bundle/ale
Submodule
1
vim/.vim/bundle/ale
Submodule
Submodule vim/.vim/bundle/ale added at ab8e043353
Submodule vim/.vim/bundle/syntastic deleted from 0336c35c0b
13
vim/.vimrc
13
vim/.vimrc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user