feat: set virtual column highlight to whitespace
This commit is contained in:
parent
fc5d55d182
commit
aff0a1dcf1
|
@ -3,7 +3,7 @@ return {
|
|||
"lukas-reineke/virt-column.nvim",
|
||||
opts = {
|
||||
virtcolumn = "80,120",
|
||||
highlight = "NonText",
|
||||
highlight = "Whitespace",
|
||||
char = "▎"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue