Highlight icons using highlight regions rather than matching rules

This commit is contained in:
Matthew Schauer
2022-02-02 21:01:31 -08:00
parent 0347928385
commit 70ddcccbca
3 changed files with 19 additions and 9 deletions

View File

@@ -52,12 +52,6 @@ function M.setup_highlights()
highlight_text("markers_horizontal", M.markers.horizontal,
"SymbolsOutlineConnector")
highlight_text("markers_bottom", M.markers.bottom, "SymbolsOutlineConnector")
for _, value in ipairs(symbol_kinds) do
local symbol = symbols[value]
highlight_text(value, symbol.icon, symbol.hl)
end
end
return M