coala / coala-vim

Vim plugin for coala
http://coala-analyzer.org/
GNU Affero General Public License v3.0
29 stars 7 forks source link

Deprecating coala-vim in favour of syntastic #28

Open RohanVB opened 7 years ago

RohanVB commented 7 years ago

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 commented 7 years ago

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

Makman2 commented 7 years ago

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

RohanVB commented 7 years ago

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

RohanVB commented 7 years ago

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.

jayvdb commented 6 years ago

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