https://github.com/pine/grunt-vimlint
:white_check_mark: Validate `.vimrc`, `.vim` files with `vimlint`.
https://github.com/pine/grunt-vimlint
Last synced: 10 months ago
JSON representation
:white_check_mark: Validate `.vimrc`, `.vim` files with `vimlint`.
- Host: GitHub
- URL: https://github.com/pine/grunt-vimlint
- Owner: pine
- License: mit
- Created: 2015-02-25T04:51:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T19:16:15.000Z (almost 7 years ago)
- Last Synced: 2025-03-10T22:17:08.504Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README-ja.md
- License: LICENSE
Awesome Lists containing this project
README
grunt-vimlint
-------------
[](https://www.npmjs.com/package/grunt-vimlint)
[](https://travis-ci.org/pine/grunt-vimlint)
[](https://codeclimate.com/github/pine/grunt-vimlint)
[](https://david-dm.org/pine/grunt-vimlint)
[](https://david-dm.org/pine/grunt-vimlint#info=devDependencies)
[English](README.md) | 日本語
`.vimrc`, `.vim` ファイルを [vimlint](https://github.com/syngan/vim-vimlint) を使って検証します。
## 使い方
このプラグインを使うには [Grunt](http://gruntjs.com) (>= 0.4.5) と Vim が必要です。
```sh
$ npm install grunt-vimlint --save-dev
```
## 設定例
```js
grunt.initConfig({
vimlint: {
files: ['**/*.vim']
}
});
grunt.loadNpmTasks('grunt-vimlint');
```
## オプション
### force
型: `Boolean`、初期値: `false`
`true` を設定した場合、エラーが発生した場合でもタスクを途中で終了しません。
## 補足
このプラグインは Windows では **動作しません**。Linux, Mac OS X などの UNIX 系 OS で利用してください。
## 関連するリポジトリ
- [node-vimlint](https://github.com/pine/node-vimlint)
- [gulp-vimlint](https://github.com/pine/gulp-vimlint)
## 謝辞
このプラグインは `.vim` ファイルを検証する際に下記のソフトウェアを利用しています。この場を借りてお礼申し上げます。
- [syngan](https://github.com/syngan) / [vim-vimlint](https://github.com/syngan/vim-vimlint)
- [ynkdir](https://github.com/ynkdir) / [vim-vimlparser](https://github.com/ynkdir/vim-vimlparser)
## ライセンス
MIT ライセンス