0.2.4 • Published 9 years ago

grunt-vimlint v0.2.4

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

grunt-vimlint

npm version Build Status Code Climate Dependency Status devDependency Status

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

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago