-
-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spinner is blinking while typing in commit #1553
Comments
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. |
I have also noticed this annoying aspect of this good plugin. Could we get an option to disable this please? |
|
fwiw I have a similar blinking cursor issue but only when I open the commit buffer while in neovim inside of |
it's actually |
Oops, thanks 😅 |
Description
When I start committing spinner sows up where is my statusline and on each character it blinks like this:
CleanShot.2024-11-08.at.11.57.03.mp4
After looking at #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
The text was updated successfully, but these errors were encountered: