All Projects → sunaku → Vim Ruby Minitest

sunaku / Vim Ruby Minitest

Vim highlighting & completion for MiniTest

Projects that are alternatives of or similar to Vim Ruby Minitest

Vim Todo Lists
Vim plugin for TODO lists
Stars: ✭ 126 (+29.9%)
Mutual labels:  viml, vim-plugins
Vifm.vim
Vim plugin that allows use of vifm as a file picker
Stars: ✭ 197 (+103.09%)
Mutual labels:  viml, vim-plugins
Vim Operator User
Vim plugin: Define your own operator easily
Stars: ✭ 161 (+65.98%)
Mutual labels:  viml, vim-plugins
Vim Follow My Lead
Vim plugin for showing all your <Leader> mappings in a readable table including the descriptions.
Stars: ✭ 100 (+3.09%)
Mutual labels:  viml, vim-plugins
Winresizer
very simple vim plugin for easy resizing of your vim windows
Stars: ✭ 353 (+263.92%)
Mutual labels:  viml, vim-plugins
Stackanswers.vim
Vim plugin to fetch and display answers from Stack Overflow
Stars: ✭ 165 (+70.1%)
Mutual labels:  viml, vim-plugins
Vim Packager
Vim plugin manager that utilizes "jobs" and "pack" features.
Stars: ✭ 197 (+103.09%)
Mutual labels:  viml, vim-plugins
Vim Go
Go development plugin for Vim
Stars: ✭ 14,085 (+14420.62%)
Mutual labels:  viml, vim-plugins
Pear Tree
A Vim auto-pair plugin that supports multi-character pairs, intelligent matching, and more
Stars: ✭ 327 (+237.11%)
Mutual labels:  viml, vim-plugins
Vim Dadbod Ui
Simple UI for https://github.com/tpope/vim-dadbod
Stars: ✭ 315 (+224.74%)
Mutual labels:  viml, vim-plugins
Vimcompletesme
You don't Complete Me; Vim Completes Me! A super simple, super minimal, super light-weight tab completion plugin for Vim.
Stars: ✭ 752 (+675.26%)
Mutual labels:  viml, vim-plugins
Vim Devicons
Adds file type icons to Vim plugins such as: NERDTree, vim-airline, CtrlP, unite, Denite, lightline, vim-startify and many more
Stars: ✭ 4,473 (+4511.34%)
Mutual labels:  viml, vim-plugins
Vim Search Pulse
Easily locate the cursor after a search
Stars: ✭ 91 (-6.19%)
Mutual labels:  viml, vim-plugins
Tsuquyomi
A Vim plugin for TypeScript
Stars: ✭ 1,305 (+1245.36%)
Mutual labels:  vim-plugins
Vim config
My vim configuration; packaged to be other-user-friendly
Stars: ✭ 92 (-5.15%)
Mutual labels:  viml
Mango.vim
A color scheme for vim
Stars: ✭ 90 (-7.22%)
Mutual labels:  viml
Vim Go Extra
Extra plugin for golang
Stars: ✭ 90 (-7.22%)
Mutual labels:  viml
Vim Howdoi
A Vim frontend for howdoi, the awesome command line tool that lets you ask what you need and grabs the snippet of code from SO.
Stars: ✭ 96 (-1.03%)
Mutual labels:  viml
Vim Jst
A vim plugin for highlighting and indenting JST/EJS syntax
Stars: ✭ 92 (-5.15%)
Mutual labels:  viml
Vim
我的VIM配置
Stars: ✭ 89 (-8.25%)
Mutual labels:  viml

vim-ruby-minitest

Vim syntax highlighting and i_CTRL-X_CTRL-U completion of MiniTest 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
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].