Open nickkadutskyi opened 6 days ago
Imho for such progress indicator, it will be much better to somehow hook this into something like LSP progress rather than a separate spinner
Or at least, neogit can provide status on the git progress and user can make their own progress status integration with their statusline similar to overseer(?)
Integration with fidget or lualine or api to do it myself would definitely be nice.
Description
When I start committing spinner sows up where is my statusline and on each character it blinks like this:
https://github.com/user-attachments/assets/7f510a70-faf0-49fd-b428-18954092054c
After looking at https://github.com/NeogitOrg/neogit/pull/1551 to resolve the issue I added
process_spinner = false
.Neovim version
NVIM v0.10.1 Build type: Release LuaJIT 2.1.1713773202
Operating system and version
macOS 15.1
Steps to reproduce
Expected behavior
Spinner is not blinking
Actual behavior
Spinner is blinking
Minimal config