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

Window closed immediately (Telescope Plugin)

Open n3wborn opened this issue 2 years ago • 4 comments

Once I choose which tracked project to open into Telescope plugin, this error occurs

image

There's no problem if I open lazygit using LazyGit only, which seems to happen only once the choice is made.

My config is really simple :

I just require('telescope').load_extension('lazygit') after all (I also added an autocmd using last autocmd api to check projects root).

This bug occurs 2 days ago and I didn't change anything in lazygit/Telescope config so I assume this may be related to last nvim commits

Expected behavior

Once I choose which tracked project to open with LazyGit, I see LazyGit window opened

  • nvim --version: NVIM v0.8.0-dev+146-g44a4af0ed

Sorry, I know this bug report is quite messy. I hope it will help though.

n3wborn avatar May 06 '22 23:05 n3wborn

Thanks for opening an issue. Maybe something un telescope has changed? I can try to look into it over the weekend.

kdheepak avatar May 07 '22 00:05 kdheepak

I found the guilty ~> https://github.com/nvim-telescope/telescope.nvim/commit/4681dcdffe20e1f23b6b9ccf28836537ed166c47

Everything is ok when I git checkout the commit before

n3wborn avatar May 07 '22 00:05 n3wborn

Any news about this ?

n3wborn avatar Jun 25 '22 11:06 n3wborn

I’m sorry, I’ve been swamped with personal obligations and probably won’t be able to look into this for maybe a couple of months. Happy to review a PR maybe.

kdheepak avatar Jun 25 '22 13:06 kdheepak