Added syntastic-glsl-drv plugin

This commit is contained in:
Emmanuel BENOîT 2015-03-11 08:14:32 +01:00
parent 1970042823
commit 4ccd440c66
2 changed files with 7 additions and 0 deletions

View file

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

View file

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