Not that I use vim for anything.
set showcmd
set autoindent
set showcmd
set autoindent
+set softtabstop=2
+set shiftwidth=2
+
if &t_Co > 2 || has("gui_running")
syntax on
set guifont=MiscFixed6x13\ 12
hi Normal guifg=white guibg=black
set background=dark
endif
if &t_Co > 2 || has("gui_running")
syntax on
set guifont=MiscFixed6x13\ 12
hi Normal guifg=white guibg=black
set background=dark
endif
+
+if has("autocmd") filetype plugin indent on endif