fix(dropbar): recursive error nvim-notify issue
This commit is contained in:
parent
6285d1012e
commit
e814d8a32f
|
@ -17,7 +17,7 @@ require("dropbar").setup(
|
|||
for _, symbol in ipairs(symbols) do
|
||||
-- get correct icon color
|
||||
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 = ""
|
||||
-- if icon_fg == "" then
|
||||
|
|
Loading…
Reference in New Issue