Closed MikeFultonDev closed 2 years ago
What is your TERM set to? I have it set to TERM=xterm
Ok, I think you need this in your .vimrc:
syntax on
set t_Co=8
set t_Sf=^[[3%p1%dm
set t_Sb=^[[4%p1%dm
Just tried t_Co=256 as well, which looks nicer
I think we can change the defaults for these in the code
Sounds good
I also had xterm
@IgorTodorovskiIBM those set commands didn't work for me. Can I cut'n'paste those or are they some sort of escape sequence?
now that ncurses is exporting TERMINFO, I am able to get this to work!
:syntax on provides underline / bold but no colors Is this a bug? Google seems to indicate that's all that is needed... @IgorTodorovskiIBM