This commit is contained in:
Šimon Mandlík 2025-05-25 21:15:36 +02:00
parent cbc3165e08
commit 8e89a6a9b4
No known key found for this signature in database

View File

@ -112,9 +112,8 @@ function Decorator:define_sign(icon)
vim.fn.sign_undefine(name)
end
-- don't use sign if not defined
-- don't render sign if empty
if #icon.str < 1 then
self.icon_placement = "none"
return
end