Updates for powerline on macOS

This commit is contained in:
Gene Liverman 2018-03-14 02:49:12 -04:00
parent 5b63a85a6e
commit dd8b1928d3
No known key found for this signature in database
GPG key ID: 66D794FE7043CBCA
2 changed files with 3 additions and 4 deletions

View file

@ -1,3 +1,3 @@
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