A Vim configuration which supports plugin loading as per file type.
NOTE: If you are using Vim on Windows, please install Cygwin.
Check out from github:
git clone git://github.com/hzheng/vimconf.git OR: git clone https://github.com/hzheng/vimconf.git cd vimconf
Install submodules:
sh/install-submodules.sh
Install Vim configuration:
sh/install-configs.sh
Problems in submodule installation
Error on cloning submodule(or submodule's submoudle):
Permission denied (publickey)
Solution:
Some submodules may require you to set up SSH for GitHub, for more information, please refer to github help.
If some submodules cannot be downloaded for the moment, you can continue to install Vim configuration and retry downloading later.
Error on installing command-t:
ruby: command not found
Solution:
install ruby
Error on installing command-t:
extconf.rb:24:in `require': no such file to load -- mkmf (LoadError)
Solution:
install ruby-dev