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 /.gitmodules | |
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 '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
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 |