fly-vimlint
v0.2.1
Published
Validate `.vimrc`, `.vim` files with `vimlint`.
Downloads
1
Readme
Getting Started
This plugin requires fly and Vim.
$ npm i fly-vimlint -D
Usage examples
module.exports = function* () {
yield this.source('./**/*.vim').vimlint()
}
Additional Notes
This plugin doesn't work on Windows. It works on Linux, Mac OS X, or other *nix OSs.
Acknowledgement
This plugin uses following software to validate .vim
files. Thank you.
See also
License
MIT License