rainbow_csv.nvim
rainbow_csv.nvim copied to clipboard
nvim-treesitter highlighting conflicts
If you use nvim-treesitter highlight along with this plugin, you might encounter some highlighting issues with csv or tsv file types.
nvim-treesitter's configuration has a couple of options that can help:
- disable highlighting for languages -
:h nvim-treesitter-highlight-mod - disable parsers entirely for languages -
:h nvim-treesitter-quickstart - enable
additional_vim_regex_highlighting(I don't recommend this but it is an option)
I had this issue as well, and disabling TS highlighting for CSV solved it. I think this would be a good candidate to add to the readme based on how common Treesitter is for nvim users.