Skip to content

gevans/rspec.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rspec.vim

This is improved syntax highlighting for rspec. This is pulled from Specky which is a great plugin that just does a little too much for me.

Installation

With Vundle

Add:

Bundle 'Keithbsmiley/rspec.vim'

To your .vimrc and run BundleInstall from within vim or vim +BundleInstall +qall from the command line

cd ~/.vim/bundle
git clone https://github.com/Keithbsmiley/rspec.vim.git

Usage

By default this syntax is used with all *_spec.rb files. If you don't follow this norm use something like:

autocmd BufReadPost,BufNewFile *_foo.rb set syntax=rspec

In your ~/.vimrc

About

Better rspec syntax highlighting for Vim

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%