Validate `.vimrc`, `.vim` files with `vimlint`.
npm install grunt-vimlintgrunt-vimlint
-------------





English | 日本語
Validate .vimrc, .vim files with vimlint.
This plugin requires Grunt >=0.4.5 and Vim.
``sh`
$ npm install grunt-vimlint --save-dev
`js
grunt.initConfig({
vimlint: {
files: ['*/.vim']
}
});
grunt.loadNpmTasks('grunt-vimlint');
`
Type: Boolean Default value: false
Set force to true to report errors but not fail the task.
- syngan / vim-vimlint
- ynkdir / vim-vimlparser
- node-vimlint
- gulp-vimlint
- fly-vimlint