From 236fcf4d68da2c5076b37081dc13ff4b865c528a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 13 Jul 2015 20:27:45 -0400 Subject: Remove 'Command-T' plugin I absolutely love Command-T, and it's served me so well over the last year and a few months. Its native Ruby C extension makes it super fast, much faster than CtrlP. That said, it can take 2-3 seconds to initialise if its cache is empty, so when I start a new Vim instance or clear Command-T's cache after adding or removing files or switching to a git branch that's very different, I have to wait for it to do its thing. This initialisation time really got on my nerves last week when I constantly had to clear Command-T's cache for some reason in order for it to list the files I was looking for, resulting in more waiting than I would have liked. Because of this, I went looking around at other options to test their speed. I've settled on Thoughtbot's pick(1) after testing out different fuzzy finder plugins. --- .gitmodules | 3 --- bundle/Command-T | 1 - 2 files changed, 4 deletions(-) delete mode 160000 bundle/Command-T diff --git a/.gitmodules b/.gitmodules index 52622cd..5356f49 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "bundle/vim-pathogen"] path = bundle/vim-pathogen url = https://github.com/tpope/vim-pathogen.git -[submodule "bundle/Command-T"] - path = bundle/Command-T - url = https://github.com/wincent/Command-T.git [submodule "bundle/PreserveNoEOL"] path = bundle/PreserveNoEOL url = https://github.com/vim-scripts/PreserveNoEOL.git diff --git a/bundle/Command-T b/bundle/Command-T deleted file mode 160000 index 3a5d9b9..0000000 --- a/bundle/Command-T +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3a5d9b9f58f9749d6632194a45f24884882ad93d -- cgit v1.2.3