From 2261eaf546525210456da8428c287d0166a508ae Mon Sep 17 00:00:00 2001 From: Holger Just Date: Wed, 14 May 2014 16:43:23 +0200 Subject: [PATCH] Add vim plugins for ruby, rails and bundler --- .gitmodules | 9 +++++++++ .vim/bundle/bundler | 1 + .vim/bundle/rails | 1 + .vim/bundle/ruby | 1 + 4 files changed, 12 insertions(+) create mode 100644 .gitmodules create mode 160000 .vim/bundle/bundler create mode 160000 .vim/bundle/rails create mode 160000 .vim/bundle/ruby 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