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

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.

Awesome Lists containing this project

README

          

# spec-index.vim
Read and navigate your rspec/mocha/etc. tests in a location list window.

![gif](https://dl.dropboxusercontent.com/s/k48fz9faqsuwcbn/cll_snippet.gif)

## 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.