https://github.com/artemave/spec-index.vim
Read and navigate your rspec/mocha/etc. tests in a quickfix window.
https://github.com/artemave/spec-index.vim
vim
Last synced: 10 months ago
JSON representation
Read and navigate your rspec/mocha/etc. tests in a quickfix window.
- Host: GitHub
- URL: https://github.com/artemave/spec-index.vim
- Owner: artemave
- Created: 2016-03-28T17:16:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-13T09:03:38.000Z (about 10 years ago)
- Last Synced: 2025-01-18T12:48:41.254Z (over 1 year ago)
- Topics: vim
- Language: VimL
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spec-index.vim
Read and navigate your rspec/mocha/etc. tests in a location list window.

## Install
I like [vundle](https://github.com/VundleVim/Vundle.vim):
```
Plugin 'artemave/spec-index.vim'
" optionally set the mapping
nnoremap si :ShowSpecIndex
```
But any other installation method works too.
## License
Distributed under the same terms as Vim itself. See :help license.