commit c826a1a499d3d247fd86851659eefc4fe6a33197 parent 0daddd306c1cb5a3b9c33b8ed54139aa7177f6e9 Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Fri, 3 Jan 2014 22:49:33 +0100 256 colors in terminal EXPERIMENTAL Diffstat:
M | .vimrc | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.vimrc b/.vimrc @@ -53,7 +53,8 @@ Bundle 'mileszs/ack.vim' filetype plugin indent on " terminal colors -set t_Co=16 +"set t_Co=16 +set t_Co=256 " Enable syntax highligting syntax on