Skip to content

levjj/esverify-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Syntastic plugin for esverify

Enables program verification with inline error messages with esverify.

Requires Syntastic.

Installation

First, install esverify globally:

npm install -g esverify

The plugin itself can be installed with Pathogen or Vundle. For Vundle, add the following configuration to your vimrc:

Plugin 'levjj/esverify-vim'
let g:syntastic_javascript_checkers=['esverify']

About

Vim Syntastic plugin for esverify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published