-
Git clone this repo or download the ZIP. Make sure this
vimrcdirectory is under~(user HOME directory for all OS platforms). -
Put a
_vimrcfile (I prefer this filename, you can use other lawful init filename like.vimrcas you wish) under~with simplest content:source ~/vimrc/.vimrc " CUSTOM
Or find reference in
useful_templates.
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.
If you need only the basic Vim configurations (without any plugin):
- Move
PluginManagerLoad.vim, PluginsOptions.vimaway, or only take.vimrcfor use; bundle/Vundle.vimis also useless;
It worked well in pure UNIX-like command line environment (usually no connection to Internet) for myself.
-
diffviewer.vimI use gVim with this setting as the external diff viewer of TortoiseSVN (in Windows). Set TortoiseSVN option like:
X:\path\to\gvim.exe --noplugin -u "X:\path\to\diffviewer.vim" -d
-
gVimE_lnkI use as a minimalism start shortcut in Windows. With
--nopluginit will start very fast and take very small amount of memory. The very original taste of Vim right? :) -
local_vimrc.vim_vimrcreference, including settings like custom gVim window size for different monitor screens, overriding the defaults setting in.vimrc. Adapt for your own need.