powerline_use
目前是用 powerline 來當作 vim status bar 的顯示,記錄一下用 powerline 遇到的情形
遇到的 issue
- 在 pip powerline 時,出現 “SyntaxError: keyword argument repeated” error
- setup.py syntax error #34
- 解法:要安裝 powerline-status package,
$ pip install powerline-status
- pip-installation
Reference
- powerline/powerline - Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.