diff --git a/.gitmodules b/.gitmodules index 6c518ef..0f68dc3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,9 @@ [submodule "bundle/vim-fugitive"] path = bundle/vim-fugitive url = git://github.com/tpope/vim-fugitive.git +[submodule "bundle/vim-rails"] + path = bundle/vim-rails + url = git://github.com/tpope/vim-rails.git +[submodule "bundle/vim-bundler"] + path = bundle/vim-bundler + url = git://github.com/tpope/vim-bundler.git diff --git a/bundle/vim-bundler b/bundle/vim-bundler new file mode 160000 index 0000000..ff9cf2b --- /dev/null +++ b/bundle/vim-bundler @@ -0,0 +1 @@ +Subproject commit ff9cf2b751c82ffb724ec95e21b9bd4338f14580 diff --git a/bundle/vim-rails b/bundle/vim-rails new file mode 160000 index 0000000..9d6b78e --- /dev/null +++ b/bundle/vim-rails @@ -0,0 +1 @@ +Subproject commit 9d6b78ee0478f9019ee7b4af02896f7a9049db06