🎨 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 = {}
|
local M = {}
|
||||||
|
|
||||||
-- Function to convert RGB to hexadecimal
|
-- Function to convert RGB to hexadecimal
|
||||||
@@ -83,7 +86,7 @@ function M.setup_indent_highlight()
|
|||||||
"IndentsScopeHighlight",
|
"IndentsScopeHighlight",
|
||||||
"IndentsScopeHighlight",
|
"IndentsScopeHighlight",
|
||||||
},
|
},
|
||||||
char = "┋",
|
char = "",
|
||||||
},
|
},
|
||||||
whitespace = {
|
whitespace = {
|
||||||
remove_blankline_trail = true,
|
remove_blankline_trail = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user