summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2012-12-03 19:42:11 +0100
committerJan Pokorný <jpokorny@redhat.com>2012-12-03 19:42:11 +0100
commite2dffaa98477dbab427a5703a0dbf89ae6e69fe0 (patch)
tree48820df3ed98d40beb65eb7c401526167d5102e5
parenta8226921ac3a02f78b701a6540db649b1eddfcd7 (diff)
downloadvim4projects-e2dffaa98477dbab427a5703a0dbf89ae6e69fe0.tar.gz
vim4projects-e2dffaa98477dbab427a5703a0dbf89ae6e69fe0.tar.xz
vim4projects-e2dffaa98477dbab427a5703a0dbf89ae6e69fe0.zip
add NERDTree to optional
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--.gitmodules3
m---------git-nerdtree0
-rw-r--r--init-optional4
3 files changed, 6 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index ea86af8..046a49b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -22,3 +22,6 @@
[submodule "git-powerline"]
path = git-powerline
url = git://github.com/Lokaltog/powerline.git
+[submodule "git-nerdtree"]
+ path = git-nerdtree
+ url = https://github.com/scrooloose/nerdtree.git
diff --git a/git-nerdtree b/git-nerdtree
new file mode 160000
+Subproject 1dc3891f960c25aa3f23aa46f5afc8d41db3823
diff --git a/init-optional b/init-optional
index 7e94397..313896e 100644
--- a/init-optional
+++ b/init-optional
@@ -8,6 +8,8 @@ optional () {
# Cooperates with git
# Powerline
# Coolness added to the vim awesomeness
- init_git_submodule $1 "git-makegreen" "git-tagbar" "git-fugitive" "git-powerline"
+ # NERD Tree
+ # Convenient access to filesystem
+ init_git_submodule $1 'git-makegreen' 'git-tagbar' 'git-fugitive' 'git-powerline' 'git-nerdtree'
}
init_register optional