{"id":16515197,"url":"https://github.com/pine/gulp-vimlint","last_synced_at":"2025-04-04T19:15:34.506Z","repository":{"id":28408486,"uuid":"31922931","full_name":"pine/gulp-vimlint","owner":"pine","description":":white_check_mark: Validate .vimrc, .vim files with vimlint.","archived":false,"fork":false,"pushed_at":"2019-03-27T19:17:41.000Z","size":19,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T16:01:42.232Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-09T21:12:22.000Z","updated_at":"2016-05-21T16:42:44.000Z","dependencies_parsed_at":"2022-08-28T21:41:47.223Z","dependency_job_id":null,"html_url":"https://github.com/pine/gulp-vimlint","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fgulp-vimlint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fgulp-vimlint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fgulp-vimlint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fgulp-vimlint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pine","download_url":"https://codeload.github.com/pine/gulp-vimlint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247234931,"owners_count":20905854,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T16:15:59.574Z","updated_at":"2025-04-04T19:15:34.489Z","avatar_url":"https://github.com/pine.png","language":"JavaScript","readme":"gulp-vimlint\n------------\n\n[![npm version](https://img.shields.io/npm/v/gulp-vimlint.svg?style=flat-square)](https://www.npmjs.com/package/gulp-vimlint)\n[![Build Status](https://img.shields.io/travis/pine/gulp-vimlint/master.svg?style=flat-square)](https://travis-ci.org/pine613/gulp-vimlint)\n[![Code Climate](https://img.shields.io/codeclimate/github/pine/gulp-vimlint.svg?style=flat-square)](https://codeclimate.com/github/pine613/gulp-vimlint)\n[![Coverage Status](https://img.shields.io/coveralls/pine613/gulp-vimlint/master.svg?style=flat-square)](https://coveralls.io/r/pine613/gulp-vimlint?branch=master)\n[![Dependency Status](https://img.shields.io/david/pine/gulp-vimlint.svg?style=flat-square)](https://david-dm.org/pine613/gulp-vimlint)\n[![devDependency Status](https://img.shields.io/david/dev/pine/gulp-vimlint.svg?style=flat-square)](https://david-dm.org/pine613/gulp-vimlint#info=devDependencies)\n\n\nValidate `.vimrc`, `.vim` files with [vimlint](https://github.com/syngan/vim-vimlint).\n\n## Getting Started\nThis plugin requires [gulp](http://gulpjs.com) and Vim.\n\n```sh\n$ npm install gulp-vimlint --save-dev\n```\n\n## Usage examples\n\n```js\nvar vimlint = require('gulp-vimlint');\n\ngulp.task('vimlint', function () {\n  gulp.src('**/*.vim')\n    .pipe(vimlint());\n});\n```\n\n## Additional Notes\nThis plugin **doesn't work** on Windows. It works on Linux, Mac OS X, or other *nix OSs.\n\n## Acknowledgement\nThis plugin uses following software to validate `.vim` files. Thank you.\n\n - [syngan](https://github.com/syngan) / [vim-vimlint](https://github.com/syngan/vim-vimlint)\n - [ynkdir](https://github.com/ynkdir) / [vim-vimlparser](https://github.com/ynkdir/vim-vimlparser)\n\n## See also\n\n -  [node-vimlint](https://github.com/pine/node-vimlint)\n -  [grunt-vimlint](https://github.com/pine/grunt-vimlint)\n -  [fly-vimlint](https://github.com/pine/fly-vimlint)\n\n## License\nMIT License\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpine%2Fgulp-vimlint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpine%2Fgulp-vimlint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpine%2Fgulp-vimlint/lists"}