summaryrefslogtreecommitdiffstats
path: root/init-optional
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2012-11-26 13:24:12 +0100
committerJan Pokorný <jpokorny@redhat.com>2012-11-26 13:24:12 +0100
commita147b33edc67f441d5edad621837940fb04ecfc2 (patch)
treedadf762a24f350e673a8618aee7d19d18fc3be02 /init-optional
parent4201e844221422ee2d4f19f748007af5d5d3fa4a (diff)
downloadvim4projects-a147b33edc67f441d5edad621837940fb04ecfc2.tar.gz
vim4projects-a147b33edc67f441d5edad621837940fb04ecfc2.tar.xz
vim4projects-a147b33edc67f441d5edad621837940fb04ecfc2.zip
add Fugitive and Powerline to optional
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
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