Update zsh and add vim-rails

This commit is contained in:
Andrew Tomaka 2014-01-10 11:11:17 -05:00
parent 86a2369168
commit 9231ddf91a
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit a38af27991d15d14ac4ca55c919bb694d7eafb7a Subproject commit d485044169c2ac18e9e8e7fe29f7d4d93864168a

1
.vimrc
View file

@ -17,6 +17,7 @@ Bundle 'nathanaelkane/vim-indent-guides'
Bundle 'rodjek/vim-puppet' Bundle 'rodjek/vim-puppet'
Bundle 'tpope/vim-fugitive' Bundle 'tpope/vim-fugitive'
Bundle 'tpope/vim-markdown' Bundle 'tpope/vim-markdown'
Bundle 'tpope/vim-rails'
Bundle 'tpope/vim-repeat' Bundle 'tpope/vim-repeat'
Bundle 'tpope/vim-surround' Bundle 'tpope/vim-surround'