mechatroner / rainbow_csv

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

Add an option to enable/disable syntax script in rainbow_csv #53

Open jiangyinzuo opened 1 week ago

jiangyinzuo commented 1 week ago

Recently vim added a simple syntax script for csv files. https://github.com/vim/vim/commit/1ce65e35ac6555054db1276e30d9d63421e6b346 Can we add a global option like g:disable_rainbow_csv_syntax to use vim's internal syntax script only?

mechatroner commented 1 week ago

Thanks for the heads up! I will look into this and the new built-in functionality compatibility with Rainbow CSV in general.