/vimrc

Primary LanguageVimL

Alex's vimrc

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.

INSTALL

  1. Check out Github

     git clone https://github.com/NemoAlex/vimrc.git ~/.vim/
    
  2. Make links

     ln -s ~/.vim/vimrc ~/.vimrc
     ln -s ~/.vim/gvimrc ~/.gvimrc
    
  3. Add Vundle module

     git submodule init
     git submodule update 
    
  4. 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.

  5. When it shows "Done!", done.

PLUGINS