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 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3