rustyhu / vimrc

My vimrc
GNU General Public License v3.0
0 stars 0 forks source link
vim

How to use

  1. Git clone this repo or download the ZIP. Make sure this vimrc directory is under ~ (user HOME directory for all OS platforms).
  2. Put a _vimrc file (I prefer this filename, you can use other lawful init filename like .vimrc as you wish) under ~ with simplest content:

    source ~/vimrc/.vimrc
    " CUSTOM

    Or find reference in useful_templates.

Complete mode

Depending on bundle/Vundle.vim, make sure you get it. Start Vim and execute :PluginInstall. If some network connection problems happen, please consider to use a proxy.

Basic mode

If you need only the basic Vim configurations (without any plugin):

It worked well in pure UNIX-like command line environment (usually no connection to Internet) for myself.

Useful templates