cameron-wags / rainbow_csv.nvim

Neovim port of mechatroner/rainbow_csv
MIT License
80 stars 4 forks source link

RainbowAlignVirtual #21

Open CoreyCole opened 5 months ago

CoreyCole commented 5 months ago

:RainbowAlign inserts actual spaces into the csv to align everything. This results in a modified file. Would it be possible to implement :RainbowAlignVirtual that virtually inserts the spacing as to not modify the file?

cameron-wags commented 5 months ago

Probably not something I'd implement myself. :RainbowShrink should cover editing and resaving aligned buffers.

Would review PRs though.