Removed Syntastic
This commit is contained in:
parent
5548e91916
commit
ba3d7a832f
4 changed files with 0 additions and 20 deletions
|
@ -1 +0,0 @@
|
|||
let g:syntastic_glsl_checkers = [ 'driver' ]
|
|
@ -1,6 +0,0 @@
|
|||
NeoBundle 'tseeker/syntastic-glsl-drv' , {
|
||||
\ 'build' : {
|
||||
\ 'linux' : 'make'
|
||||
\ },
|
||||
\ }
|
||||
|
|
@ -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>
|
|
@ -1 +0,0 @@
|
|||
NeoBundle 'vim-syntastic/syntastic'
|
Loading…
Reference in a new issue