diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..64a399f --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/.vim/bundle/bundler b/.vim/bundle/bundler new file mode 160000 index 0000000..25d19b1 --- /dev/null +++ b/.vim/bundle/bundler @@ -0,0 +1 @@ +Subproject commit 25d19b1882fd9b1905cea15b6ec442d34b8eb53e diff --git a/.vim/bundle/rails b/.vim/bundle/rails new file mode 160000 index 0000000..bfc64ed --- /dev/null +++ b/.vim/bundle/rails @@ -0,0 +1 @@ +Subproject commit bfc64ed369cb61d4e8967d7a82c83130edcaf8e6 diff --git a/.vim/bundle/ruby b/.vim/bundle/ruby new file mode 160000 index 0000000..e9a7554 --- /dev/null +++ b/.vim/bundle/ruby @@ -0,0 +1 @@ +Subproject commit e9a7554bca4a3b6676b1277fe69ba37d9fbe8e74