vim-spirv icon indicating copy to clipboard operation
vim-spirv copied to clipboard

Add syntastic support using spirv-val

Open kbenzie opened this issue 8 years ago • 1 comments

Add SPIR-V validation support using the spirv-val tool in SPIRV-Tools to by hooking into syntastic.

Since syntastic is currently undergoing refactoring to support vim8 async jobs (vim-syntastic/syntastic#699) which requires breaking the current checker API hooks, support for validation will be delayed until this work is complete.

kbenzie avatar Feb 01 '17 22:02 kbenzie

ale is currently accepting PR's and also supports asynchronous features in vim 8 and neovim. This seems like a more immediately beneficial target.

kbenzie avatar Feb 28 '17 04:02 kbenzie