From 42670e50afe59bd3aeb73434cdf65ab696714db7 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 15 Jun 2018 17:11:02 +0200 Subject: [PATCH] Use python3 for powerline --- vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vimrc b/vimrc index 320be34..59fa7f6 100644 --- a/vimrc +++ b/vimrc @@ -52,7 +52,7 @@ else Plug 'vim-scripts/LustyJuggler' Plug 'powerline/powerline', { \ 'branch': 'develop', - \ 'do': 'python setup.py install --user', + \ 'do': 'python3 setup.py install --user', \ 'rtp': 'powerline/bindings/vim', \ } endif @@ -156,9 +156,9 @@ so ~/.vim/plugged/cmdalias.vim/plugin/cmdalias.vim if !has("nvim") "powerline - python from powerline.vim import setup as powerline_setup - python powerline_setup() - python del powerline_setup + python3 from powerline.vim import setup as powerline_setup + python3 powerline_setup() + python3 del powerline_setup set laststatus=2 " lj