From 448e8e0cf8ef7afc2f116ea3913fc8ff90660a2a Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Sun, 26 Jan 2025 04:11:08 +0100 Subject: [PATCH] chore(ibl): disable custom highlight group --- lua/custom/plugins/indent-blankline.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/indent-blankline.lua b/lua/custom/plugins/indent-blankline.lua index 6561c25..4c2d86a 100644 --- a/lua/custom/plugins/indent-blankline.lua +++ b/lua/custom/plugins/indent-blankline.lua @@ -6,7 +6,7 @@ return { indent = { char = "▏", tab_char = "▏", - highlight = { "VertSplit" }, + -- highlight = { "VertSplit" }, }, scope = { enabled = true,