fix(ui): remove extra space

This commit is contained in:
Aleksey Imuzov 2024-06-06 02:14:06 +04:00
parent 24af74eed6
commit 145823a5d4
No known key found for this signature in database
GPG key ID: 1AA930976D50CE8D

View file

@ -267,7 +267,7 @@ function X:extra(extra)
self.text:append(" "):append(LazyConfig.options.ui.icons.favorite or "", "LazyCommit")
end
if extra.source.name ~= "LazyVim" then
self.text:append(" "):append(LazyConfig.options.ui.icons.event .. " " .. extra.source.name, "LazyReasonEvent")
self.text:append(" "):append(LazyConfig.options.ui.icons.event .. "" .. extra.source.name, "LazyReasonEvent")
end
for _, import in ipairs(extra.imports) do
import = import:gsub("^lazyvim.plugins.extras.", "")