-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
Handle changes in the Telescope API #124
base: master
Are you sure you want to change the base?
Handle changes in the Telescope API #124
Conversation
Eliminate an incompatibility introduced by [commit](nvim-telescope/telescope.nvim@a4432df) in the Telescope repository, where `utils.transform_path()` began returning multiple `display` and `path_style` values instead of a single `display` value.
Do you know if this project is abandoned? I noticed that the last closed PR was from a year ago, except for a big one from last month. I want to know if there is a fork available that is being published or if I have to create my own. The issue this PR fixes is very annoying. |
It seems that Prime will stop maintaining this in favour of polarmutex' fork (according to #115). Don't know how active development is on that version. The latest commit in the rewrite branch is already 3 months old so maybe they are taking a break. |
Thanks, @PhilVoel. Yeah, I forked the repo and added this fix. I'm using my fork for now, but of course, that is only temporary. It is good to know where the plugin is going. |
## what - displaying worktrees when loading telescope ## how - check - ThePrimeagen#122 - ThePrimeagen#124 ## why - telescope 0.1.5 breaks the code when listing available git worktress ## where - ./lua/telescope/_extensions/git_worktree.lua ## usage ## commit id, issue or pull request ## notes
## what - displaying worktrees when loading telescope ## how - check - ThePrimeagen#122 - ThePrimeagen#124 ## why - telescope 0.1.5 breaks the code when listing available git worktress ## where - ./lua/telescope/_extensions/git_worktree.lua ## usage ## commit id, issue or pull request ## notes
## what - displaying worktrees when loading telescope ## how - check - ThePrimeagen#122 - ThePrimeagen#124 ## why - telescope 0.1.5 breaks the code when listing available git worktress ## where - ./lua/telescope/_extensions/git_worktree.lua ## usage ## commit id, issue or pull request ## notes
Eliminate an incompatibility introduced by commit in the Telescope repository, where
utils.transform_path()
began returning multipledisplay
andpath_style
values instead of a singledisplay
value.