jshint.vim : A plugin that integrates JSHint with Vim
script karma |
Rating 19/7,
Downloaded by 1400 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Andreas Wålm |
|
script type |
utility |
|
description |
This plugin is a front for the jshint NodeJS cli module.
This plugin will allow you to run jshint from vim, and shows the results in a split window.
Usage
:JSHint {file}
It default to current file.
Keyboard Shortcuts
In the quickfix window, you can use:
o to open in new window
go to preview file (open but maintain focus on jshint results)
q to close the quickfix window |
|
install details |
You need jshint (http://jshint.org/) in you path of course.
Install on a system with npm:
npm install jshint
Use pathogen.vim (https://github.com/vim-scripts/pathogen.vim) it's easy.
Or fork your own at https://github.com/walm/jshint.vim |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.134.92.193
|