From b3c3ec8148c93032c90577d08ec2ae7d67ffca05 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 3 Oct 2013 18:21:59 +0200 Subject: [PATCH] add command-t and vim-fugitive submodules --- .gitmodules | 6 ++++++ vim/bundle/command-t | 1 + 2 files changed, 7 insertions(+) create mode 160000 vim/bundle/command-t diff --git a/.gitmodules b/.gitmodules index 225a52d..06804a4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,9 @@ [submodule "awesome/awesome-freedesktop"] path = awesome/awesome-freedesktop url = https://github.com/terceiro/awesome-freedesktop.git +[submodule "vim/bundle/vim-fugitive"] + path = vim/bundle/vim-fugitive + url = https://github.com/tpope/vim-fugitive.git +[submodule "vim/bundle/command-t"] + path = vim/bundle/command-t + url = git://git.wincent.com/command-t.git diff --git a/vim/bundle/command-t b/vim/bundle/command-t new file mode 160000 index 0000000..89896bd --- /dev/null +++ b/vim/bundle/command-t @@ -0,0 +1 @@ +Subproject commit 89896bd88a3d0cd5c41f8754dfa004dda91fb488 -- 2.48.1