Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (31 loc) · 838 Bytes

README.md

File metadata and controls

34 lines (31 loc) · 838 Bytes

tern-jasminematchers

A Tern plugin adding Jasmine-Matchers support.

Npm package

tern-jasminematchers screenshot

Installation with tern_for_vim

  1. Go to your tern_for_vim directory
cd ~/.vim/bundle/tern_for_vim
  1. Install tern-jasmine(if not installed)
npm install tern-jasmine@0.2.0
  1. Install tern-jasminematchers
npm install tern-jasminematchers
  1. Put
{
  ...
  "plugins": {
    ...
    "jasmine": {},
    "jasminematchers": {},
    ...
  }
  ...
}

into your project's .tern-project file(to plugins section).