From 965033c355594149263be185969b390b9999422d Mon Sep 17 00:00:00 2001 From: nirenjan Date: Tue, 15 Jan 2013 17:07:44 -0800 Subject: [PATCH] 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. --- vimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index cddc894..cc8edf3 100644 --- a/vimrc +++ b/vimrc @@ -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= map :emenu " Colorscheme -let &t_Co=16 set background=dark colorscheme solarized