From aff0a1dcf17d06da9ef0288a92e7e10d4649d599 Mon Sep 17 00:00:00 2001 From: servostar Date: Mon, 9 Dec 2024 14:08:36 +0100 Subject: [PATCH] feat: set virtual column highlight to whitespace --- lua/plugins/virt-column.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/virt-column.lua b/lua/plugins/virt-column.lua index 24d6f48..f6d5922 100644 --- a/lua/plugins/virt-column.lua +++ b/lua/plugins/virt-column.lua @@ -3,7 +3,7 @@ return { "lukas-reineke/virt-column.nvim", opts = { virtcolumn = "80,120", - highlight = "NonText", + highlight = "Whitespace", char = "▎" } },