Awesome
tern-jasminematchers
A Tern plugin adding Jasmine-Matchers support.
Installation with tern_for_vim
- Go to your tern_for_vim directory
cd ~/.vim/bundle/tern_for_vim
- Install tern-jasmine(if not installed)
npm install tern-jasmine@0.2.0
- Install tern-jasminematchers
npm install tern-jasminematchers
- Put
{
...
"plugins": {
...
"jasmine": {},
"jasminematchers": {},
...
}
...
}
into your project's .tern-project file(to plugins section).