summaryrefslogtreecommitdiffstats
path: root/init-optional
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-01-02 11:15:31 +0100
committerJan Pokorný <jpokorny@redhat.com>2013-01-02 11:15:31 +0100
commit36c06c12b771a729e570921f3f1e73754de53282 (patch)
tree2834b52b84f452336b959b6c115f5b8eb56e7ed4 /init-optional
parente2dffaa98477dbab427a5703a0dbf89ae6e69fe0 (diff)
downloadvim4projects-36c06c12b771a729e570921f3f1e73754de53282.tar.gz
vim4projects-36c06c12b771a729e570921f3f1e73754de53282.tar.xz
vim4projects-36c06c12b771a729e570921f3f1e73754de53282.zip
add sessionman 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 313896e..f460093 100644
--- a/init-optional
+++ b/init-optional
@@ -10,6 +10,12 @@ optional () {
# Coolness added to the vim awesomeness
# NERD Tree
# Convenient access to filesystem
- init_git_submodule $1 'git-makegreen' 'git-tagbar' 'git-fugitive' 'git-powerline' 'git-nerdtree'
+ init_git_submodule $1 \
+ 'git-makegreen' \
+ 'git-tagbar' \
+ 'git-fugitive' \
+ 'git-powerline' \
+ 'git-nerdtree' \
+ 'git-sessionman'
}
init_register optional