Open jorgevds opened 7 months ago
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
I have a PR up with a fix that worked for me: https://github.com/ThePrimeagen/git-worktree.nvim/pull/123
This is also fixed by PR #124 in a slightly different way, with fewer code changes.
This is also fixed by PR #124 in a slightly different way, with fewer code changes.
Thanks! This works!!!
Fixed it for me as well, would be good to get it merged
Is this repo still alive ?
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
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.