An open API service indexing awesome lists of open source software.

https://github.com/travisjeffery/vim-testee

super duper testing plugin/extension for Vim
https://github.com/travisjeffery/vim-testee

Last synced: 7 months ago
JSON representation

super duper testing plugin/extension for Vim

Awesome Lists containing this project

README

          

Requirements:

- Pathogen: https://github.com/tpope/vim-pathogen
- VimProc: https://github.com/Shougo/vimproc
- QuickRun: https://github.com/thinca/vim-quickrun

Note:

By executing install.sh VimProc and QuickRun will be provided for you.

Installation:

`git clone git@github.com:travisjeffery/vim-testee.git && cd ~/.vim/bundle/vim-testee && ./install.sh [system]`

Where system is one of [mac, gcc, cygwin, mingw, or msvc] which defaults to gcc.