diff options
author | Teddy Wing | 2015-07-06 00:36:10 -0400 |
---|---|---|
committer | Teddy Wing | 2015-07-06 00:36:10 -0400 |
commit | 6d7ea2be365959b8aa348d5942846111a85480f6 (patch) | |
tree | 5c2084666243595497756677ed635b59b5dfe69d | |
parent | 24d36ec53f8745a92d442d4511a4837f1ddbc087 (diff) | |
download | dotvim-6d7ea2be365959b8aa348d5942846111a85480f6.tar.bz2 |
Remove 'NERD Tree' plugin
I've been using Netrw more and more after
9ec85f7fa5e118c0630e6b6457b71e80e57fa5dd. I think I'm going to switch
over and leave NERD Tree now. Haven't really been using it for anything
other than showing multiple directory levels of a project in a single
view, which I now know is something Netrw can do. Also I mostly use
Command-T opening files so haven't been using the plugin much lately.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | bundle/nerdtree | 0 |
2 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index d1cb382..f66c95b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,6 @@ [submodule "bundle/Command-T"] path = bundle/Command-T url = https://github.com/wincent/Command-T.git -[submodule "bundle/nerdtree"] - path = bundle/nerdtree - url = https://github.com/scrooloose/nerdtree.git [submodule "bundle/PreserveNoEOL"] path = bundle/PreserveNoEOL url = https://github.com/vim-scripts/PreserveNoEOL.git diff --git a/bundle/nerdtree b/bundle/nerdtree deleted file mode 160000 -Subproject b0bb781fc73ef40365e4c996a16f04368d64fc9 |