Closed djvs closed 3 years ago
Hard to check but this may have coincided with switching from vim to nvim.
Most likely. Neovim implements interaction with command-line tools differently and I haven't had time to switch to a job-based implementation.
You can either use a non-terminal based pinentry agent or "prime" gpg before running nvim.
Duplicate of #32
Steps to reproduce (for me at least):
init.vim only has this re: gnupg:
and added these to no effect:
~/.gnupg/gpg-agent.conf has pinentry-program /usr/bin/pinentry-curses, pinentry-timeout 0, and a more or less default default-cache-ttl and max-cache-ttl.
Hard to check but this may have coincided with switching from vim to nvim.