From ba0242308449f0b6b313af589c5724ca4ceb5686 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Sun, 1 Mar 2015 20:45:56 +0100 Subject: [PATCH] Install rbenv.vim bundle as a submodule. --- .gitmodules | 3 +++ bundle/rbenv | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/rbenv diff --git a/.gitmodules b/.gitmodules index f924656..2fcb9b3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "bundle/ruby"] path = bundle/ruby url = git://github.com/vim-ruby/vim-ruby.git +[submodule "bundle/rbenv"] + path = bundle/rbenv + url = git://github.com/tpope/vim-rbenv.git diff --git a/bundle/rbenv b/bundle/rbenv new file mode 160000 index 0000000..79a3316 --- /dev/null +++ b/bundle/rbenv @@ -0,0 +1 @@ +Subproject commit 79a33164cade37f922cc1e2a16eaca3533aa0274