diff options
author | Teddy Wing | 2014-06-29 16:55:54 -0400 |
---|---|---|
committer | Teddy Wing | 2014-06-29 17:00:04 -0400 |
commit | ed24510e35d2350a1a3ba9f91075e1f2e70ba476 (patch) | |
tree | d54dfff7511e8678f1fc0d50c31afbd802271715 | |
parent | 735eccee90844afa6a684d142ccb9796e2a6f611 (diff) | |
download | dotvim-ed24510e35d2350a1a3ba9f91075e1f2e70ba476.tar.bz2 |
Remove TabBar plugin submodule
I wasn't using the plugin and it's been sitting around disabled for a
while. Now that I read up on how to delete submodules, I figured I may
as well remove it.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | bundle.disabled/TabBar | 0 |
2 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 1d008cb..a7f0908 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,6 @@ [submodule "bundle/nerdtree"] path = bundle/nerdtree url = https://github.com/scrooloose/nerdtree.git -[submodule "bundle.disabled/TabBar"] - path = bundle.disabled/TabBar - url = https://github.com/vim-scripts/TabBar.git [submodule "bundle/vim-commentary"] path = bundle/vim-commentary url = https://github.com/tpope/vim-commentary.git diff --git a/bundle.disabled/TabBar b/bundle.disabled/TabBar deleted file mode 160000 -Subproject c5a9f41c45959e5573ff4723f56a0dfbd484530 |