Added syntastic-glsl-drv plugin
This commit is contained in:
parent
1970042823
commit
4ccd440c66
2 changed files with 7 additions and 0 deletions
1
bundles-init/syntastic-glsl-drv.cfg.vim
Normal file
1
bundles-init/syntastic-glsl-drv.cfg.vim
Normal file
|
@ -0,0 +1 @@
|
||||||
|
let g:syntastic_glsl_checkers = [ 'driver' ]
|
6
bundles-init/syntastic-glsl-drv.load.vim
Normal file
6
bundles-init/syntastic-glsl-drv.load.vim
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
NeoBundle 'tseeker/syntastic-glsl-drv' , {
|
||||||
|
\ 'build' : {
|
||||||
|
\ 'linux' : 'make'
|
||||||
|
\ },
|
||||||
|
\ }
|
||||||
|
|
Loading…
Reference in a new issue