I just tried my hand at #git plugins for #neovim. Not so successful. #vgit constantly annoyed me with an info line right next to the cursor when the file was last changed. And no, I don't want to have to search to get rid of such nonsensical crap. Next up #gitsigns. Showed changes immediately, very nice, but I just didn't understand how to use the "status", "add" and "commit" commands. So I immediately removed it again.

There's probably still #fugitive, but I've lost interest now. I'll just stick to the command line.

@UmWerker Sorry if you know of this and have already discounted it, but I find just ignoring putting Git in Neovim and using Lazy Git is the best UX for me. I have Lazy Git on a keybind so it pops up in a floating Neovim window too. I do have a git signs plugin that's fairly minimal but I forget which one, anything more complex than that I do in LG. Worth trying it if you haven't, please ignore if you have or this doesn't help :)
@Olical
Thanks for your thoughts, but everything with "Lazy" is not for me. Using the command line for #git is not so bad now. I was just hoping to do it directly in the open #neovim, could be a relief. Maybe the plugins are also very capable, but the handling is too cumbersome for me and the entry hurdle too high. Directly in the terminal is fine for me.