fix(dropbar): recursive error nvim-notify issue

This commit is contained in:
doryan 2024-10-21 22:00:01 +04:00
parent 6285d1012e
commit e814d8a32f

View File

@ -17,7 +17,7 @@ require("dropbar").setup(
for _, symbol in ipairs(symbols) do for _, symbol in ipairs(symbols) do
-- get correct icon color -- get correct icon color
local icon_fg = get_hl_color(symbol.icon_hl, "fg#") local icon_fg = get_hl_color(symbol.icon_hl, "fg#")
symbol.icon_hl = "DropbarSymbol" .. symbol.icon_hl -- symbol.icon_hl = "DropbarSymbol" .. symbol
local icon_string = "" local icon_string = ""
-- if icon_fg == "" then -- if icon_fg == "" then