From 7aca2531494ee5347d09acf05a63ccc9938b3df4 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 12 Jul 2015 02:07:48 -0400 Subject: Install Unite.vim Curious about other Command-T options because it's been feeling a bit slow lately. Testing out Unite.vim to see if it might work for me. --- .gitmodules | 3 +++ bundle/unite | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/unite diff --git a/.gitmodules b/.gitmodules index f119f6c..06e5d2a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -42,3 +42,6 @@ [submodule "bundle/vim-ls-grep"] path = bundle/vim-ls-grep url = https://github.com/teddywing/vim-ls-grep.git +[submodule "bundle/unite"] + path = bundle/unite + url = https://github.com/Shougo/unite.vim.git diff --git a/bundle/unite b/bundle/unite new file mode 160000 index 0000000..f8c0c00 --- /dev/null +++ b/bundle/unite @@ -0,0 +1 @@ +Subproject commit f8c0c00cf33f61663bdc02aa3b3a4565d86162e0 -- cgit v1.2.3