diff options
Diffstat (limited to 'init-optional')
| -rw-r--r-- | init-optional | 4 |
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 |
