j-hui / j-hui/fidget.nvim

More styles/ function for progress handle api

Open
#255 1 comment 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
Lua
Stars
2.6k
Forks
83
PR merge metrics
No merged PRs in 30d

Description

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?

- Indicate progress failed? (considering done is success)
- Set style for Progress done/ success (a success scenario)
- Set style for Progress failure

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading the progress handle API around handle:finish() and handle:cancel(), then inspect how progress.display.done_style is applied to the progress icon. Clarify the success and failure states and their separate styles, and verify that the handle API exposes the requested behavior for non-LSP progress messages.

Written by the indexing model from the issue text.

Assessment

Tech stack
lua, neovim
Domain
devtools
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.