Tweak vimrc for nocompat & Pathogen helptags

Also delete the forcing of &t_Co to 16 since under tmux, it
automatically detects the 256 colour mode for solarized and is therefore
no longer necessary.
vimbundler
nirenjan 2013-01-15 17:07:44 -08:00
parent 251ea0b3b8
commit 965033c355
1 changed files with 4 additions and 1 deletions

5
vimrc
View File

@ -1,5 +1,9 @@
" Don't enable vi compatibility
set nocompatible
" Pathogen
call pathogen#infect()
call pathogen#helptags()
" Editing options
" No tabs, shiftwidth 4, tabstop 4
@ -69,7 +73,6 @@ set wcm=<C-Z>
map <F4> :emenu <C-Z>
" Colorscheme
let &t_Co=16
set background=dark
colorscheme solarized