Swap specky for lighter weight rspec.vim for highlighting

This commit is contained in:
Yan Pritzker 2013-12-15 15:17:04 -06:00
parent f2f9c92332
commit 14e119cf35
2 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,6 @@
* vim-indent-guides - visual indent guides, off by default * vim-indent-guides - visual indent guides, off by default
* color_highlight - use :ColorCodes to see hex colors highlighted * color_highlight - use :ColorCodes to see hex colors highlighted
* change-inside-surroundings - change content inside delimiters like quotes/brackets * 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. * 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 * vim-session: use `:SaveSession` and `:OpenSession` to come back to your saved window layout

View File

@ -25,7 +25,8 @@ Bundle "tpope/vim-rails.git"
Bundle "tpope/vim-rake.git" Bundle "tpope/vim-rake.git"
Bundle "tpope/vim-rvm.git" Bundle "tpope/vim-rvm.git"
Bundle "vim-ruby/vim-ruby.git" Bundle "vim-ruby/vim-ruby.git"
Bundle "vim-scripts/Specky.git" Bundle "Keithbsmiley/rspec.vim"
Bundle "ck3g/vim-change-hash-syntax" Bundle "ck3g/vim-change-hash-syntax"
" Other languages " Other languages