summaryrefslogtreecommitdiffstats
path: root/init-optional
diff options
context:
space:
mode:
Diffstat (limited to 'init-optional')
-rw-r--r--init-optional8
1 files changed, 7 insertions, 1 deletions
diff --git a/init-optional b/init-optional
index a02785f..b0f546e 100644
--- a/init-optional
+++ b/init-optional
@@ -4,6 +4,12 @@ optional () {
# test results integration
# Tagbar (possible alternative TagList):
# "code navigator" incl. JS support if jsctags installed
- init_git_submodule $1 "git-makegreen" "git-tagbar" "git-code_complete"
+ # code_complete:
+ # Code completion
+ # Fugitive:
+ # Cooperates with git
+ # Powerline
+ # Coolness added to the vim awesomeness
+ init_git_submodule $1 "git-makegreen" "git-tagbar" "git-code_complete" "git-fugitive" "git-powerline"
}
init_register optional