feat: Allow disabling icons

This commit is contained in:
hedy
2023-11-15 11:21:20 +08:00
parent ddd4fe4359
commit f356c29578
4 changed files with 62 additions and 13 deletions

View File

@@ -299,7 +299,7 @@ function M._highlight_current_item(winnr)
if
value.line == hovered_line
or (hovered_line > value.range_start and hovered_line < value.range_end)
or (hovered_line >= value.range_start and hovered_line <= value.range_end)
then
value.hovered = true
table.insert(parent_nodes, value)