Created
July 23, 2018 11:25
-
-
Save erols/d503e74e159af5dc364db3349ae2b85a to your computer and use it in GitHub Desktop.
powerline vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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