set nocompatible " Include line#, col# set ruler " Autoindenting and other fancy stuff "set ai set si set sm set sw=2 set comments=sr:/*,mb:*,el:*/,:// set wrapmargin=2 set bs=2 if has("terminfo") set t_Co=8 set t_Sf=[3%p1%dm set t_Sb=[4%p1%dm else set t_Co=8 set t_Sf=[3%dm set t_Sb=[4%dm endif set background=dark syntax on