From 8d34147d9a2ccfd1860d79a5bcbd439227f89a25 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Fri, 18 Oct 2013 22:49:20 +0600 Subject: Add Command-T vim plugin. --- .gitmodules | 3 +++ files/.vim/bundle/Command-T | 1 + 2 files changed, 4 insertions(+) create mode 160000 files/.vim/bundle/Command-T diff --git a/.gitmodules b/.gitmodules index 4d12c27..77083e9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -47,3 +47,6 @@ [submodule "snipmate.vim"] path = files/.vim/bundle/snipmate.vim url = https://github.com/msanders/snipmate.vim +[submodule "Command-T"] + path = files/.vim/bundle/Command-T + url = https://github.com/wincent/Command-T diff --git a/files/.vim/bundle/Command-T b/files/.vim/bundle/Command-T new file mode 160000 index 0000000..89896bd --- /dev/null +++ b/files/.vim/bundle/Command-T @@ -0,0 +1 @@ +Subproject commit 89896bd88a3d0cd5c41f8754dfa004dda91fb488 -- cgit v1.2.3