My vim settings at Github
轉移到spacemacs所以這篇大概也沒用了
不過設定檔都還放在github
要用也行
My vimrc is fork from https://github.com/vgod/vimrc
Check out from github
123git clone https://github.com/cwza/vimrc.git ~/.vimcd ~/.vimgit submodule update --initInstall ~/.vimrc and ~/.gvimrc(do not neet to do this for mvim)
1./install-vimrc.sh(Optional, if you want Command-T) Compile the Command-T plugin
123cd .vim/bundle/command-t/ruby/command-truby extconf.rbmake