From a34113bb742504d57ea91becd7da50942514a815 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 12 Jul 2015 02:31:42 -0400 Subject: Install CtrlP Testing out CtrlP as a Command-T alternative at the same time as Unite.vim. Figure I might as well try all of these to see which one I end up liking most. --- .gitmodules | 3 +++ bundle/ctrlp | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/ctrlp diff --git a/.gitmodules b/.gitmodules index 06e5d2a..e54323b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -45,3 +45,6 @@ [submodule "bundle/unite"] path = bundle/unite url = https://github.com/Shougo/unite.vim.git +[submodule "bundle/ctrlp"] + path = bundle/ctrlp + url = https://github.com/kien/ctrlp.vim.git diff --git a/bundle/ctrlp b/bundle/ctrlp new file mode 160000 index 0000000..b5d3fe6 --- /dev/null +++ b/bundle/ctrlp @@ -0,0 +1 @@ +Subproject commit b5d3fe66a58a13d2ff8b6391f4387608496a030f -- cgit v1.2.3