Skip to content

Instantly share code, notes, and snippets.

@cnruby
Created June 20, 2012 20:01
Show Gist options
  • Save cnruby/2961864 to your computer and use it in GitHub Desktop.
Save cnruby/2961864 to your computer and use it in GitHub Desktop.
install_vim_powerline
# 安装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