Your personal vim config. A typical minimal .vimrc looks like this:
set nocompatible filetype indent plugin on | syn on set hidden " here comes your Vim setup ... finish Put your own notes about vim here. Vim stops reading after "finish"
Samples files:
I know you all have many nice snippets for .vimrc, thus share them:
I can't repeat it often enough how helpful it can be to take notes where you find them again, eg in a such a ftplugin/javascript.vim file. Adding a line containing only "finish" let's you take arbitrary notes below that so that you can find them fast again.