virt-column.nvim
virt-column.nvim copied to clipboard
Various colors for each line
Currently all columns are the same color. I have it set in VSCode as "80=gray, 100=yellow, 120=red". It would be useful to be able to do the same with virt-columns.
would be nice :+1: I'll try to find some time to add this, but it might take a while sorry
No problem :smiley:
Well, I created a PR #34 because I found we could "almost" accomplish the feature with only 3 lines of changes.
Instead of VirtColumn
, this PR uses VirtColumn1
, VirtColumn2
, ...VirtColumnN
instead of VirtColumn
. So this change requires the user to update the config.
My workaround plan is to make VirtColumn
the default highlight group, so that when VirtColumnN
is set, column N will use VirtColumnN
instead.
What do you think about this?