From b22cf8faefa736d005f3016fdd8227ecec01057c Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 20 Feb 2013 00:42:08 +0100 Subject: [PATCH] vim: enable 256 colors --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 0ee565f..aab25b5 100644 --- a/vimrc +++ b/vimrc @@ -26,6 +26,9 @@ Bundle 'flazz/vim-colorschemes' " non github repos "Bundle 'git://git.wincent.com/command-t.git' +" enable 256 color !!1! +set t_Co=256 + " Continue with the rest filetype plugin indent on