From 1aa1b4d3258c8d962f965da3e33ee20ee206d5f0 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 13 Jul 2015 19:52:58 -0400 Subject: Remove 'CtrlP' plugin Even with ag, ctrlp has been much too slow in my huge work project. Ctrlp actions consistenty take seconds to complete there. Settling on pick as my new fuzzy finder. --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 827e45c..0a81f82 100644 --- a/.gitmodules +++ b/.gitmodules @@ -45,9 +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 [submodule "bundle/pick"] path = bundle/pick url = https://github.com/thoughtbot/pick.vim.git -- cgit v1.2.3