Skip to content

Instantly share code, notes, and snippets.

@erols
Created July 23, 2018 11:25
Show Gist options
  • Select an option

  • Save erols/d503e74e159af5dc364db3349ae2b85a to your computer and use it in GitHub Desktop.

Select an option

Save erols/d503e74e159af5dc364db3349ae2b85a to your computer and use it in GitHub Desktop.
powerline vim
# assuming vim compiled with python 3
# use :version to check
# install powerline globally
sudo -H pip3 install powerline
# add to .vimrc
python3 from powerline.vim import setup as powerline_setup
python3 powerline_setup()
python3 del powerline_setup
# source .vimrc
:source ~/.vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment