diff options
author | Teddy Wing | 2015-07-13 20:17:58 -0400 |
---|---|---|
committer | Teddy Wing | 2015-07-13 20:19:29 -0400 |
commit | 95256a840f492eaa45c8a0e78791a0916821f9a9 (patch) | |
tree | 758e4d07ac2ec38ccfcaa4d3553057f6dcd9aec5 /.gitmodules | |
parent | 1a4a898aeddb21ce64ae0ffbcea90dfc4e1d28da (diff) | |
download | dotvim-95256a840f492eaa45c8a0e78791a0916821f9a9.tar.bz2 |
Remove 'Unite' plugin
My primary use case for Unite was as a potential replacement for
Command-T. It's pretty cool, but since it operated at about the same
speed as CtrlP on my large work project, I'm afraid I'm going to remove
it in favour of pick.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 0a81f82..52622cd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -42,9 +42,6 @@ [submodule "bundle/vim-ls-grep"] path = bundle/vim-ls-grep url = https://github.com/teddywing/vim-ls-grep.git -[submodule "bundle/unite"] - path = bundle/unite - url = https://github.com/Shougo/unite.vim.git [submodule "bundle/pick"] path = bundle/pick url = https://github.com/thoughtbot/pick.vim.git |