🎨 style(highlights): tweak indentline scope glyph
Use a more appropriate glyph for the indentline scope icon
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user