Closed azizj1 closed 10 months ago
sorry, I missed several Colorizer Notifications by github apparently. Can you please provide a raw sample file?
I ttested this briefly and it seems to work. So please share a raw file and please also show complete (:version
) output and check with Vim master commit which is at 8.2.4700 or something.
I looked at
:help Colorizer
and wasn't able to figure out what's going on. The following only hides the ANSI but doesn't actually show colors:It doesn't even work for
:r! ls --color -l
, which has ANSI like this:But this does show colors:
I'm no expert when it comes to ANSI, so looking for ideas why the last one would work (which I generated via
:r! echo -e ...
), but the others won't, which are the actual things I want colored.I tried both of these settings in my ~/.vimrc to no avail:
Happening on both gvim and terminal vim
Next
:echo $TERM
returnsxterm-256color
,:echo &t_Co
returns256
, and:echo getmatches()
returns a giant array of objects, where mostgroup
keys have a value ofColor_00CD00_NONE
.Thanks in advance for the help!