From 7ebddfff3efe22337dcbb3980cc946ccbde032e8 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Fri, 29 Sep 2023 11:28:00 -0500 Subject: [PATCH] dont underline scope --- lua/plugins/indent-blankline.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/indent-blankline.lua b/lua/plugins/indent-blankline.lua index 21d2833..dfdbd82 100644 --- a/lua/plugins/indent-blankline.lua +++ b/lua/plugins/indent-blankline.lua @@ -23,8 +23,8 @@ return { scope = { enabled = true, char = "┊", - show_start = true, - show_end = true, + show_start = false, + show_end = false, highlight = { "IndentBlanklineScope1", "IndentBlanklineScope2",