Author: Nemo Alex zhhjchina@gmail.com
The configuration is useful for front end web developers.
It also is a MacVim friendly configuration. If you don't use Gui Vim or use other Gui, just edit gvimrc
for further configuration.
The vimrc has fully used Vundle, so it clearly dosen't contains any other Vim scripts codes.
Hope you like it.
-
Check out Github
git clone https://github.com/NemoAlex/vimrc.git ~/.vim/
-
Make links
ln -s ~/.vim/vimrc ~/.vimrc ln -s ~/.vim/gvimrc ~/.gvimrc
-
Add Vundle module
git submodule init git submodule update
-
Run Vim
Type in
:BundleInstall
to starting checking bundles in Github. This may take a while.Check Vundule manual to know how to use it.
-
When it shows "Done!", done.