grunt-vimlint
v0.2.4
Published
Validate `.vimrc`, `.vim` files with `vimlint`.
Downloads
6
Readme
grunt-vimlint
English | 日本語
Validate .vimrc
, .vim
files with vimlint.
Getting Started
This plugin requires Grunt >=0.4.5 and Vim.
$ npm install grunt-vimlint --save-dev
Usage examples
grunt.initConfig({
vimlint: {
files: ['**/*.vim']
}
});
grunt.loadNpmTasks('grunt-vimlint');
Options
force
Type: Boolean
Default value: false
Set force to true to report errors but not fail the task.
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