Created
June 20, 2012 20:01
-
-
Save cnruby/2961864 to your computer and use it in GitHub Desktop.
install_vim_powerline
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
# 安装vim-powerline | |
cd ~/.vim/bundle | |
git clone git://github.com/Lokaltog/vim-powerline.git | |
# 配置vim-powerline | |
vim ~/.vimrc | |
# ~/.vimrc | |
set nocompatible | |
set laststatus=2 | |
set t_Co=256 | |
let g:Powerline_symbols = 'unicode' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment