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

added variable for specifying highlighting colors via link #34

Closed harrisonmg closed 2 years ago

harrisonmg commented 2 years ago

This makes it much easier to use custom colors via link, rather than be stuck with the vim named colors.

g:rscv_colorpairs still takes precedence so users should be unaffected.

My linter also removed a bunch of trailing whitespace. I can revert this if the change is unwanted.

mechatroner commented 2 years ago

I agree that this new feature could be very convenient, thank you very much!