Skip to content

Instantly share code, notes, and snippets.

@baoilleach
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baoilleach/11257944 to your computer and use it in GitHub Desktop.
Save baoilleach/11257944 to your computer and use it in GitHub Desktop.
Gvim for javascript
Install node.js 64-bit msi
Add C:\Program Files\nodejs to the PATH if not already present
npm install jshint # Installs to C:\Users\Noel\module_modules\jshint
let g:syntastic_javascript_checkers=['jshint']
let g:syntastic_jshint_exec='C:\Users\Noel\node_modules\.bin\jshint.cmd'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment