generated from ellisonleao/nvim-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Did you check docs and existing issues?
- I have read all the plugin docs
- I have searched the existing issues
- I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
NVIM v0.11.1
Operating system/version
nixOS(unstable)
Describe the bug
Fugit2 seems to be unable to sign commits using an ssh key with the bitwarden ssh agent
Steps To Reproduce
- install bitwarden and enable the ssh agent
- SSH_AUTH_SOCK=/path/to/bitwarden/ssh.sock
- Create ssh key in bitwarden
- Configure github to use that ssh key for signing commits
- copy pubkey into the .ssh dir
- try to make a commit using fugit2
Expected Behavior
The expected behavior would be for fugit2 to try to use that ssh key and get a prompt in bitwarden to allow that usage of the ssh key, like it does whenever you try to push/pull to/from a repo
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working