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

Searching with Nn: Status line is overwritten with column name, can't see search results #44

Closed benjamin051000 closed 1 year ago

benjamin051000 commented 1 year ago

When searching with /, usually you get an indicator of how many results appeared in the status line:

[1/5]

This plugin writes the column name the cursor is on in the status line. I think that it is overwriting the line, though, as I can't see the results info anymore :( any ideas how to fix?

mechatroner commented 1 year ago

It is possible to disable showing column name in the status line: let g:disable_rainbow_hover = 1