norcalli / nvim-colorizer.lua

The fastest Neovim colorizer.
Other
2.25k stars 117 forks source link

Support ANSI terminal color escape codes #31

Open sig-kill opened 4 years ago

sig-kill commented 4 years ago

(terminal color escape codes being " ^[[0;31m " and similar)

There are some mentions of CSI ANSI in the source and docs (https://github.com/norcalli/nvim-colorizer.lua/search?q=ansi&unscoped_q=ansi) but as far as I can tell this isn't actually implemented.

DanielCohenHillel commented 4 years ago

Where does this stand? I would really like to use this :smile:

Shatur commented 4 years ago

Very nice feature. I currently use colorizer for it, but it would be nice to use only this plugin.

HrvojeFER commented 2 years ago

+1 for this :)