Save your dream,Save your life!

导航

统计

公告

Perfect vim config file

First ,
http://amix.dk/vim/vimrc.html


Second,

 

https://github.com/spf13/spf13-vim

 

 Third,

pressing this command in your terminal .

 git clone git://github.com/spf13/spf13-vim.git
 cd spf13-vim
 git submodule update --init

cd ~
mv .vim .vim.old (backup the .vim if you have had this directory)
cp spf13-vim/.vim .vim
cp spf13-vim/.vimrc .vimrc
 

 

 

 

 

 

posted on 2011-04-02 19:21 coolesting 阅读(68) 评论(0) 编辑 收藏