From 016abee20081f50550b31b3de32d2731ff9784ac Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 3 Aug 2024 02:35:01 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style(highlights):=20tweak=20ind?= =?UTF-8?q?entline=20scope=20glyph?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use a more appropriate glyph for the indentline scope icon --- lua/config/highlight.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lua/config/highlight.lua b/lua/config/highlight.lua index 7ead17b..b7e9a8f 100644 --- a/lua/config/highlight.lua +++ b/lua/config/highlight.lua @@ -1,3 +1,6 @@ +-- ----------------------------------------------------------------------------- +-- -------------------------------- HIGHLIGHT ---------------------------------- +-- ----------------------------------------------------------------------------- local M = {} -- Function to convert RGB to hexadecimal @@ -83,7 +86,7 @@ function M.setup_indent_highlight() "IndentsScopeHighlight", "IndentsScopeHighlight", }, - char = "┋", + char = "", }, whitespace = { remove_blankline_trail = true,