diff options
author | Teddy Wing | 2015-07-13 19:52:58 -0400 |
---|---|---|
committer | Teddy Wing | 2015-07-13 19:52:58 -0400 |
commit | 1aa1b4d3258c8d962f965da3e33ee20ee206d5f0 (patch) | |
tree | da5d80e437a8509e102bcdac6791300e50cea8e7 | |
parent | 061f2a2298c2c8419d9cab61749d9db3758f8690 (diff) | |
download | dotvim-1aa1b4d3258c8d962f965da3e33ee20ee206d5f0.tar.bz2 |
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.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | bundle/ctrlp | 0 |
2 files changed, 0 insertions, 3 deletions
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 diff --git a/bundle/ctrlp b/bundle/ctrlp deleted file mode 160000 -Subproject b5d3fe66a58a13d2ff8b6391f4387608496a030 |