Download the plain text (non-html) version.
" ~/.gvimrc
" variables between % are placeholders,
" replace with your own values
set ch=2
set cmdheight=2
set wildmenu
set backspace=2 " make backspace work normal
" set verbose=1
set lines=36
set columns=90
set mouse=a
set mousehide
set number
" set nu
colorscheme %GTK3VIMSTYLE_THEME%
set background=%GTK3VIMSTYLE_BG%
set toolbar="icons,tooltips"
set toolbariconsize=tiny
if has("autocmd")
autocmd GUIEnter * winpos 170 20
endif
if has("gui_gtk2")
set guifont=Inconsolata 11
" set guifont=FreeMono 10
endif