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

Deprecating coala-vim in favour of syntastic

Open RohanVB opened this issue 7 years ago • 5 comments

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

RohanVB avatar Mar 15 '17 21:03 RohanVB

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

RohanVB avatar Apr 19 '17 18:04 RohanVB

syntastic sounds like the right thing for the job. Let's do it ;)

Makman2 avatar Apr 19 '17 18:04 Makman2

https://github.com/RohanVB/coala-syntastic/issues/14 for current state discussions.

RohanVB avatar Apr 20 '17 15:04 RohanVB

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 avatar May 09 '17 17:05 RohanVB

@RohanVB , are you planning on transferring that repo to coala org ?

jayvdb avatar Dec 21 '17 13:12 jayvdb