Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 985 Bytes

README.md

File metadata and controls

43 lines (25 loc) · 985 Bytes

vim-istanbul

Show functions and statements not covered. Get information from coverage.json file, generated by Istanbul

istanbul report

Showing covered/uncovered lines

ss

gif

Requirements

  • Vim 7.3+
  • Python support for Vim
  • Python 2.6+

Install

If you use pathogen, clone this repo to bundle directory

cd ~/.vim/bundle && \
git clone git://github.com/juanpabloaj/vim-istanbul.git

Usage

Show functions and statements not covered

:IstanbulShow

Hide sign

:IstanbulHide

Inspired by coverage.py

Contributors