From 190106278d284674a0ffd156fc34a2b1abeda020 Mon Sep 17 00:00:00 2001 From: Guillaume DOTT Date: Wed, 6 Feb 2013 17:40:03 +0100 Subject: [PATCH] vim: force 256color --- vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 876212b..c9319e1 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -40,6 +40,8 @@ endif filetype plugin indent on syntax enable +set t_Co=256 + set background=dark colorscheme desert