SuperBo / fugit2.nvim

Neovim git GUI powered by libgit2
MIT License
386 stars 8 forks source link

Fix ssh sign with literal key #57

Closed SuperBo closed 4 months ago

SuperBo commented 4 months ago

when user provides user.signingkey as a literal ssh key, we need to save it to a tempfile then pass it to ssh-keygen instead.