summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-04-11 21:50:46 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-04-11 21:50:46 +0200
commitce7bd5d1173a47b76ba90696fdd76fd12ad2bc2d (patch)
tree9f2d08d0306f50b241bf9c6b4a7f5d53e9ad6913
parentfaa7c806002c42a7f75c09f95bf818a40c602323 (diff)
downloadvim4projects-ce7bd5d1173a47b76ba90696fdd76fd12ad2bc2d.tar.gz
vim4projects-ce7bd5d1173a47b76ba90696fdd76fd12ad2bc2d.tar.xz
vim4projects-ce7bd5d1173a47b76ba90696fdd76fd12ad2bc2d.zip
init-optional: adjust to "new" Powerline binding approach
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--init-optional4
1 files changed, 3 insertions, 1 deletions
diff --git a/init-optional b/init-optional
index 53e8fc6..14333bc 100644
--- a/init-optional
+++ b/init-optional
@@ -18,6 +18,8 @@ optional () {
'git-nerdtree' \
'git-sessionman'
- [ "$1" == "get" ] && echo "let NERDTreeIgnore = ['\.pyc$', '\.tar\.gz$']" >> ~/.vimrc
+ [ "$1" == "get" ] \
+ && echo "let NERDTreeIgnore = ['\.pyc$', '\.tar\.gz$']" >> ~/.vimrc
+ && ln -s git-powerline/powerline/bindings/vim link-powerline
}
init_register optional