runtime bundle/vim-pathogen/autoload/pathogen.vim execute pathogen#infect() syntax on filetype plugin indent on set number set t_Co=256 set background=dark " colorscheme Tomorrow-Night-Bright colorscheme jdkaplan set expandtab set tabstop=4 set softtabstop=4 set shiftwidth=4 highlight ExtraWhitespace ctermbg=red guibg=red match ExtraWhitespace /\s\+$/ autocmd BufWinEnter * match ExtraWhitespace /\s\+$/ autocmd InsertEnter * match ExtraWhitespace /\s\+\%#\@ map ;j :wincmd j map ;k :wincmd k map ;l :wincmd l