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

https://github.com/sunaku/vim-ruby-minitest

Vim highlighting & completion for MiniTest
https://github.com/sunaku/vim-ruby-minitest

minitest vim-plugins

Last synced: 10 months ago
JSON representation

Vim highlighting & completion for MiniTest

Awesome Lists containing this project

README

          

# vim-ruby-minitest

Vim syntax highlighting and `i_CTRL-X_CTRL-U` completion of [MiniTest](
https://github.com/seattlerb/minitest#readme) methods and assertions.

## Installation

1. Copy the `after/` directory into one of your Vim runtime directories.

2. Add this snippet to your vimrc file for `i_CTRL-X_CTRL-U` completion:

set completefunc=syntaxcomplete#Complete