topaxi / pipeline.nvim

See status of ci/cd pipeline runs directly in neovim. Currently supports GitHub Actions and GitLab CI.
138 stars 5 forks source link

Fix duplicate icon in lualine component #13

Closed marcaddeo closed 1 month ago

marcaddeo commented 1 month ago

Lualine puts the icon in for you, so returning it in the update status function caused the icon to duplicate. This fixes that.

topaxi commented 1 month ago

Nice, thank you!