summaryrefslogtreecommitdiffstats
path: root/init-optional
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 /init-optional
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>
Diffstat (limited to 'init-optional')
-rw-r--r--init-optional4
1 files changed, 3 insertions, 1 deletions
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