j-hui / fidget.nvim

💫 Extensible UI for Neovim notifications and LSP progress messages.
MIT License
1.95k stars 58 forks source link

More styles/ function for progress handle api #255

Open yogeshlonkar opened 2 months ago

yogeshlonkar commented 2 months ago

Thank you for such a useful plugin!

I use "Non-LSP progress messages" for few custom tasks in my workspace. Right now handle:finish() and handle:cancel() both have same style and progress.display.done_style doesn't seem to affect the progress icon after finish/ cancel.

Can there be more functionality added to progress handle api such as?