https://github.com/todesking/vint-syntastic
https://github.com/todesking/vint-syntastic
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/todesking/vint-syntastic
- Owner: todesking
- License: mit
- Created: 2015-01-14T15:03:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-22T16:24:18.000Z (over 11 years ago)
- Last Synced: 2025-01-12T21:46:12.263Z (over 1 year ago)
- Language: VimL
- Size: 117 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vint-Syntastic
## Dependencies
* [Syntastic](https://github.com/scrooloose/syntastic)
* [Vint](https://github.com/Kuniwak/vint)
## Usage
```vim
let g:syntastic_vim_checkers = ['vint']
```