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
- Host: GitHub
- URL: https://github.com/sunaku/vim-ruby-minitest
- Owner: sunaku
- Created: 2011-10-05T23:11:34.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T05:47:05.000Z (over 5 years ago)
- Last Synced: 2025-03-27T21:14:58.087Z (11 months ago)
- Topics: minitest, vim-plugins
- Language: VimL
- Homepage:
- Size: 11.7 KB
- Stars: 107
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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