feat: set virtual column highlight to whitespace

This commit is contained in:
Sven Vogel 2024-12-09 14:08:36 +01:00
parent fc5d55d182
commit aff0a1dcf1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ return {
"lukas-reineke/virt-column.nvim", "lukas-reineke/virt-column.nvim",
opts = { opts = {
virtcolumn = "80,120", virtcolumn = "80,120",
highlight = "NonText", highlight = "Whitespace",
char = "" char = ""
} }
}, },