1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-06 00:53:23 +00:00

Add vim plugins for ruby, rails and bundler

This commit is contained in:
Holger Just 2014-05-14 16:43:23 +02:00
parent 63b3d21828
commit 2261eaf546
4 changed files with 12 additions and 0 deletions

9
.gitmodules vendored Normal file
View File

@ -0,0 +1,9 @@
[submodule ".vim/bundle/vim-rails"]
path = .vim/bundle/rails
url = https://github.com/tpope/vim-rails.git
[submodule ".vim/bundle/vim-bundler"]
path = .vim/bundle/bundler
url = https://github.com/tpope/vim-bundler.git
[submodule ".vim/bundle/ruby"]
path = .vim/bundle/ruby
url = https://github.com/vim-ruby/vim-ruby.git

1
.vim/bundle/bundler Submodule

@ -0,0 +1 @@
Subproject commit 25d19b1882fd9b1905cea15b6ec442d34b8eb53e

1
.vim/bundle/rails Submodule

@ -0,0 +1 @@
Subproject commit bfc64ed369cb61d4e8967d7a82c83130edcaf8e6

1
.vim/bundle/ruby Submodule

@ -0,0 +1 @@
Subproject commit e9a7554bca4a3b6676b1277fe69ba37d9fbe8e74