I'm moving my tech stuff from this WordPress to pyblosxom.
Here (PDF) is my résumé .
My .vimrc and these Vim plugins are essential to my programming life,
I also have a Python script which works with GLVS and automatically downloads, installs & updates Vim plugins.
To install these plugins on a fresh Vim installation, do the following.
  1. mkdir -p .vim/GetLatest
  2. cd .vim/GetLatest
  3. wget http://pro.panxingzhi.net/vim/GetLatestVimScripts.dat
  4. vim GetLatestVimScripts.dat
  5. Edit it. Particularly, change SourceID column to 1 and remove those AutoInstall lines.
  6. ~/GLVS_helper.py
If it's not fresh, the last step should suffice.