git-worktree.nvim icon indicating copy to clipboard operation
git-worktree.nvim copied to clipboard

No worktrees with Telescope 0.1.6

Open jorgevds opened this issue 1 year ago • 7 comments

Hello friends,

Friendly PSA that updating Telescope to 0.1.6 broke my install of this plugin. For some reason calling

:lua require('telescope').extensions.git_worktree.git_worktrees()

opens a Telescope window with no worktrees, even though worktrees exist in the repo. This issue persists through creating new worktrees.

Rolling Telescope back to 0.1.5 fixed this issue.

jorgevds avatar Apr 26 '24 08:04 jorgevds

I had the same issue, I observed this warning message:

[telescope] [WARN  18:08:04] /home/xxxxx/.local/share/nvim/site/pack/packer/start/telescope.nvim/lua/telescope/pickers.lua:669: Finder failed with
 msg:  ...tart/telescope.nvim/lua/telescope/pickers/highlights.lua:33: Expected lua string

cesarFuhr avatar Apr 26 '24 21:04 cesarFuhr

I have a PR up with a fix that worked for me: https://github.com/ThePrimeagen/git-worktree.nvim/pull/123

cesarFuhr avatar Apr 27 '24 21:04 cesarFuhr

This is also fixed by PR #124 in a slightly different way, with fewer code changes.

awerebea avatar Apr 30 '24 05:04 awerebea

This is also fixed by PR #124 in a slightly different way, with fewer code changes.

Thanks! This works!!!

lpanebr avatar May 20 '24 13:05 lpanebr

Fixed it for me as well, would be good to get it merged

svartkanin avatar Jun 15 '24 06:06 svartkanin

Is this repo still alive ?

luqasz avatar Jul 16 '24 16:07 luqasz

Is this repo still alive ?

Dead, i would reccomend using a fork that implements some of the pr's here.

Edit: Polarmutex finally finished his new V2 version. I would look at it here: https://github.com/polarmutex/git-worktree.nvim

rossvold avatar Aug 05 '24 17:08 rossvold