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
- Host: GitHub
- URL: https://github.com/travisjeffery/vim-testee
- Owner: travisjeffery
- Created: 2011-09-08T05:36:03.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-28T14:52:45.000Z (over 14 years ago)
- Last Synced: 2025-02-27T08:21:16.564Z (11 months ago)
- Language: VimL
- Homepage:
- Size: 93.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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.