summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--.gitmodules6
m---------git-fugitive0
m---------git-powerline0
-rw-r--r--init-optional8
4 files changed, 13 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 0ceb31b..8fb2b20 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -19,3 +19,9 @@
[submodule "git-code_complete"]
path = git-code_complete
url = git://github.com/mbbill/code_complete.git
+[submodule "git-fugitive"]
+ path = git-fugitive
+ url = git://github.com/tpope/vim-fugitive.git
+[submodule "git-powerline"]
+ path = git-powerline
+ url = git://github.com/Lokaltog/powerline.git
diff --git a/git-fugitive b/git-fugitive
new file mode 160000
+Subproject 6f380fa8c6daf301fc5e8a5d650c54be24e5b2c
diff --git a/git-powerline b/git-powerline
new file mode 160000
+Subproject 09c0cea859a2e0989eea740655b35976d951a84
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