mechatroner / rainbow_csv

🌈Rainbow CSV - Vim plugin: Highlight columns in CSV and TSV files and run queries in SQL-like language
MIT License
626 stars 22 forks source link

duplicate colors? #26

Closed jyesselm closed 3 years ago

jyesselm commented 3 years ago

I may just really not understand but no matter what I do col 6 and 7 have the same color is there a way to fix this? See image. image

mechatroner commented 3 years ago

Hi @jyesselm! Have you tried setting the g:rcsv_colorpairs variable?

jyesselm commented 3 years ago

Ah yes I didn't understand this variable. Thanks that fixes it!