Vim plugin to run the gem future_cop on current file and display the results in quickfix window
You need to install the gem future_cop.
Install like any other plugins using Vundle or pathogen.
Type :FutureCop
and it will run the gem.
All output is then funnelled to your quickfix.
- Fork it ( https://github.com/futureworkz/vim-future-cop/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Vim Future Cop is Copyright © 2015 Futureworkz Pte Ltd.
It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.
Vim Future Cop is maintained by Futureworkz .