NeogitOrg / neogit

An interactive and powerful Git interface for Neovim, inspired by Magit
MIT License
4.1k stars 241 forks source link

Option to opt-out spinners #1577

Open s-cerevisiae opened 20 hours ago

s-cerevisiae commented 20 hours ago

Is your feature request related to a problem? Please describe.

The newly-added spinner doesn't work well when the remote is long and/or the screen is small: if it's longer than a line then "Press Enter to continue" will show up on each frame, making it unusable.

Describe the solution you'd like

An option that turns the spinner off.

Describe alternatives you've considered

Somehow don't make it trigger the overflow popup?

A way to direct it to fidget.nvim should also make it work for my personal case.

CKolkey commented 20 hours ago

Oh, shit, that sucks. There's already an opt-out (progress_spinner), but I'll add some logic to check window width and truncate it. Thanks for letting me know.

CKolkey commented 20 hours ago

I'm open to some kind of fidget integration. Lemme see about that.