diff --git a/bundles-init/syntastic-glsl-drv.cfg.vim b/bundles-init/syntastic-glsl-drv.cfg.vim new file mode 100644 index 0000000..06895e1 --- /dev/null +++ b/bundles-init/syntastic-glsl-drv.cfg.vim @@ -0,0 +1 @@ +let g:syntastic_glsl_checkers = [ 'driver' ] diff --git a/bundles-init/syntastic-glsl-drv.load.vim b/bundles-init/syntastic-glsl-drv.load.vim new file mode 100644 index 0000000..b24cc61 --- /dev/null +++ b/bundles-init/syntastic-glsl-drv.load.vim @@ -0,0 +1,6 @@ +NeoBundle 'tseeker/syntastic-glsl-drv' , { + \ 'build' : { + \ 'linux' : 'make' + \ }, + \ } +