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

Bug/60 fix lazygit telescope extension

Open thefux opened this issue 1 year ago • 4 comments

thefux avatar Sep 06 '22 13:09 thefux

hi, @n3wborn @kdheepak

can anyone checks if the problem is fixed thx

thefux avatar Sep 06 '22 13:09 thefux

Hi @thefux

Sorry, still broken on my side :/

Calling it is ok image

but when I select a project, I have the same issue image

No problem when calling Lazygit btw. The error only happens when I choose one of the currently opened repository

n3wborn avatar Sep 07 '22 17:09 n3wborn

hi @n3wborn thx for the quick response... not sure how you tested the fix, though could u try this:

put this line into your plugin file (assuming u use Plug as ur vim plugin manager)

Plug 'thefux/lazygit.nvim', { 'branch': 'bug/60-fix-lazygit-telescope-extension' }

note: comment out the main lazygit plugin

then restart nvim and run :PlugUpdate and as last step restart nvim again

this should update ur lazygit plugin to the changes I made.

I used the fix for some time on my side and didn't have any issue with it. If this doesn't fix it for u, we could test it together (slack, teams, etc.)

PowerShell 2022-09-08 11-44-47

best

thefux avatar Sep 08 '22 09:09 thefux

It works !

Cool 👍🏽 😃

n3wborn avatar Sep 08 '22 19:09 n3wborn

Thanks for the PR and for testing this! I super appreciate it. I’ve gone ahead and merged it.

kdheepak avatar Oct 25 '22 20:10 kdheepak