Open bagnaram opened 2 months ago
It might have to do with my pinentry method. I created a wrapper gpg script
#!/bin/sh
set -- --pinentry-mode loopback "$@"
exec /usr/bin/gpg "$@"
that gets called when inside of a git session and that seems to work. However it still sometimes wigs out when there is no card found. The git command hangs indefinitely inside of neovim
Description
Git operation intermittent freezing nvim status windows
Neovim version
[bagnaram@fedora]~% nvim --version NVIM v0.10.1 Build type: RelWithDebInfo LuaJIT 2.1.1720049189
Operating system and version
Linux fedora 6.10.3-200.fc40.x86_64
Steps to reproduce
Expected behavior
The rebase windows and popups should save and close properly after the git operation completes
Actual behavior
Often vim will freeze and the git status buffer will remain open after a git operation. Error logs:
Minimal config