Removed Syntastic

This commit is contained in:
Emmanuel BENOîT 2020-12-05 00:01:37 +01:00
parent 5548e91916
commit ba3d7a832f
4 changed files with 0 additions and 20 deletions

View file

@ -1 +0,0 @@
let g:syntastic_glsl_checkers = [ 'driver' ]

View file

@ -1,6 +0,0 @@
NeoBundle 'tseeker/syntastic-glsl-drv' , {
\ 'build' : {
\ 'linux' : 'make'
\ },
\ }

View file

@ -1,12 +0,0 @@
let g:syntastic_mode_map = {
\ 'mode': 'passive'
\ }
let g:syntastic_aggregate_errors = 1
let g:syntastic_check_on_wq = 0
let g:syntastic_enable_balloons = 1
let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1
let g:syntastic_ignore_files = ['\m^/usr/include/']
nnoremap <silent> <Leader>ss :SyntasticToggleMode<cr>
nnoremap <silent> <Leader>sc :SyntasticCheck<cr>

View file

@ -1 +0,0 @@
NeoBundle 'vim-syntastic/syntastic'