~ packagthief /.vimrc

" no war for heavy metal
syntax on           " syntax highlighting
filetype on         " detect the filetype
filetype plugin on  " load filetype plugins

set nocompatible    " turn off vi compatiblity
set nowrap          " don't wrap long lines
set background=dark " I use a black background
set tabstop=2       " two spaces for tabs
set shiftwidth=2    " two spaces for indentation 
set expandtab       " soft tabs (spaces)
set number          " line numbers
set ai              " autoindent
set si              " smartindent