From 14e119cf356c5891e8ae49d89f2d24ebc0b99e31 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Sun, 15 Dec 2013 15:17:04 -0600 Subject: [PATCH] Swap specky for lighter weight rspec.vim for highlighting --- doc/vim/utils.md | 2 +- vim/vundles.vim | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/vim/utils.md b/doc/vim/utils.md index 050245c..992e8d8 100644 --- a/doc/vim/utils.md +++ b/doc/vim/utils.md @@ -11,6 +11,6 @@ * vim-indent-guides - visual indent guides, off by default * color_highlight - use :ColorCodes to see hex colors highlighted * change-inside-surroundings - change content inside delimiters like quotes/brackets -* Specky - used for color highlighting rspec correctly even if specs live outside of spec/ (rails.vim doesn't handle this) +* rspec.vim - used for color highlighting rspec correctly even if specs live outside of spec/ (rails.vim doesn't handle this) * Ag - use :Ag to search across multiple files. Faster than Grep and Ack. * vim-session: use `:SaveSession` and `:OpenSession` to come back to your saved window layout diff --git a/vim/vundles.vim b/vim/vundles.vim index 5f3e46e..96dd284 100644 --- a/vim/vundles.vim +++ b/vim/vundles.vim @@ -25,7 +25,8 @@ Bundle "tpope/vim-rails.git" Bundle "tpope/vim-rake.git" Bundle "tpope/vim-rvm.git" Bundle "vim-ruby/vim-ruby.git" -Bundle "vim-scripts/Specky.git" +Bundle "Keithbsmiley/rspec.vim" + Bundle "ck3g/vim-change-hash-syntax" " Other languages