Cygwin vim doesnt show 256 colors under ConEMu
- by Tulhan
When using cygwin vim under ConEmu, the default vim theme doesnt display correctly after I set t_Co=256.
This is how ConEmu looks after the command: http://postimg.org/image/g6g98exbx/
My .vimrc:
set nocompatible
execute pathogen#infect()
filetype plugin on
syntax on
set term=xterm
set t_Co=256
let &t_AB="\e[48;5;%dm"
let…