vimrc
vimrc copied to clipboard
vgod's vimrc
After cloning the repo, `git submodule` must be called inside `vimfiles`. I would add this step. ``` cd C:\Program Files\Vim rmdir /s vimfiles git clone git://github.com/vgod/vimrc.git vimfiles cd vimfiles git...
Changed the zencoding repository for emmet because it was moved.
scrooloose/snipmate-snippets causes problem on my environment while using it with SuperTab, etc. If you have the same problem, maybe we can use honza/vim-snippets instead.
Hello, vgod, I'm very appreciate that your vimrc really do great help for me. But when write some haskell code, the coloration is bad, then I add vim-haskell submodule so...
First of all, thanks for your vimrc, works very well and is the best I've found for Javascript programming... Could be useful to add an empty .vimrc-custom where everyone, if...
When I tried to install this, I get the following error: ``` Submodule path 'bundle/yankring': checked out '280ca1b471bd3a0d2347735e8fcbd03a53f2c6ad' Cloning into 'bundle/zencoding-vim'... remote: Counting objects: 6, done. remote: Compressing objects: 100%...
https://github.com/godlygeek/tabular 排版好用
First of all, thanks a lot for your work, it helps me a lot. However, I got an issue recently while coding in java. I found javacomplete not working very...