coala-vim
coala-vim copied to clipboard
Deprecating coala-vim in favour of syntastic
Syntastic does seem to look pretty promising. It's well-documented. The interface looks good and it does the job. The plugin itself has proper support and works with all the major plugin managers on vim.
It'll need a PR to be added as a checker in syntastic, enabling it to be used (to my understanding at the moment). Also the vimrc
will have
let g:syntastic_<filetype>_checkers = ['<checker-name>']
So we'd have it under several filetypes I suppose.
Ref: https://github.com/vim-syntastic/syntastic
Discussion:April 19, 2017 11:17 PM
forked here: https://github.com/RohanVB/coala-syntastic after coala vimscript is added, will be added to coala/coala-syntastic
syntastic sounds like the right thing for the job. Let's do it ;)
https://github.com/RohanVB/coala-syntastic/issues/14 for current state discussions.
coala syntastic works now, not sure what you guys wanna do with it at this stage. There's limited functionality due to the way bears are written and will improve with the advent of the aspects project and revamping that section.
@RohanVB , are you planning on transferring that repo to coala org ?