My vimrc
set tabstop=4 set shiftwidth=4 set nu set hls call pathogen#runtime_append_all_bundles() syntax on filetype plugin indent on