blame.nvim icon indicating copy to clipboard operation
blame.nvim copied to clipboard

Add support for blame through SSH

Open dannightmare opened this issue 7 months ago • 0 comments

When using an ssh tunnel with nvim scp://user@host:/, for some reason blame doesn't see that it is inside a git repository. Same goes for usage of sshfs.

I tried to show blame for the same repository locally and it works.

The message I get is Could not execute blame, might not be a git repository.

dannightmare avatar Nov 28 '23 15:11 dannightmare