We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
love this plugin. I have recently started experimenting with git worktrees to manage my git branches.
for some reason, inside of a git-worktree ToggleBlameLine doesn't work, no obvious errors. if I manually run git blame, the output looks identical.
git blame
let me know if I can provide more information.
The text was updated successfully, but these errors were encountered:
Hey @rexroof I pushed a fix to https://github.com/fedemengo/nvim-blame-line/tree/fix/support-blame-on-worktree, could you try it out and see if it fixes the problem?
Sorry, something went wrong.
Sorry it took me so long, I was finally able to test this.
Unfortunately, it's still a no-go. I added this to my init.vim:
Plug 'fedemengo/nvim-blame-line', { 'branch': 'fix/support-blame-on-worktree' }
I'm running a recent build of neovim from the master/0.8.0 branch.
:ToggleBlameLine works fine in a repo I have checked out without worktrees, but with my worktree repos it just quietly shows nothing.
tveskag
Successfully merging a pull request may close this issue.
love this plugin. I have recently started experimenting with git worktrees to manage my git branches.
for some reason, inside of a git-worktree ToggleBlameLine doesn't work, no obvious errors.
if I manually run
git blame
, the output looks identical.let me know if I can provide more information.
The text was updated successfully, but these errors were encountered: