-
-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
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
No worktrees with Telescope 0.1.6 #122
Comments
I had the same issue, I observed this warning message:
|
I have a PR up with a fix that worked for me: #123 |
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 ? |
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.
The text was updated successfully, but these errors were encountered: