diff options
author | Teddy Wing | 2015-07-13 20:27:45 -0400 |
---|---|---|
committer | Teddy Wing | 2015-07-13 20:27:45 -0400 |
commit | 236fcf4d68da2c5076b37081dc13ff4b865c528a (patch) | |
tree | efa94cac4d618df61794596815ade27a820a51b4 /bundle | |
parent | 398b2ad4947c9dbdb93e28a1ad7bb573e7cde4df (diff) | |
download | dotvim-236fcf4d68da2c5076b37081dc13ff4b865c528a.tar.bz2 |
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.
Diffstat (limited to 'bundle')
m--------- | bundle/Command-T | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/bundle/Command-T b/bundle/Command-T deleted file mode 160000 -Subproject 3a5d9b9f58f9749d6632194a45f24884882ad93 |