set nocompatible " We use a vim " Syntax highlighting ist just so much nicer with colors :) if has("syntax") so ${VIMRUNTIME}/syntax/syntax.vim " This will switch colors ON endif set fileencoding="iso-8859-15" " Make it UTF-8 if you like set guifont="Gnu Unifont Mono 12" "set guifont=-misc-fixed-medium-r-normal-*-18-120-100-100-c-90-iso10646-1 set guifontwide=-misc-fixed-medium-r-normal-*-18-120-100-100-c-180-iso10646-1 set splitbelow splitright scrolloff=3 linebreak hlsearch set textwidth=80 autowrite ignorecase smartcase exrc nojoinspaces set showcmd cmdheight=2 noequalalways ruler laststatus=2 set showmatch showmode winminheight=0 history=100 set dict+=/usr/share/dict/words set viminfo='50,\"1000 set grepprg=grep\ -nH\ $* set printoptions=paper:A4,syntax:a set wildmenu wildmode=list:longest,full wildignore+=*.o,*.log,*.aux,*.pdf,*.dvi filetype plugin indent on