Conversation
1 task
8a4a0e5 to
922b622
Compare
922b622 to
5f13023
Compare
horriblename
requested changes
Feb 17, 2025
Co-authored-by: Ching Pei Yang <59727193+horriblename@users.noreply.github.com>
02ee4cc to
bc978c4
Compare
|
I'd be interested in this! I wanna use some telescope plugins but it's quite difficult to add them as of right now. |
Collaborator
|
adding your extensions to startPlugins should work fine currently |
Owner
Author
|
@horriblename could you remind me what the blocker was for this? I don't think API needs further work, but if there's a blocker we can probably look at resolving it for 0.8. |
Collaborator
|
it was the fact that nixpkgs telescope extensions add a duplicate telescope package, and messing up lazy loading I think our little hack (unrelated to this PR) is still working, so we can merge this in first and worry about a proper fix later |
horriblename
previously approved these changes
Jun 4, 2025
b6e8f8a to
7644edf
Compare
|
✅ Preview has been deleted successfully! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements a basic
telescope.extensionsoption to take a list of additional extensions with the following schema:Name is used to construct the
load_extensionline, packages are added tovim.startPluginsverbatim and all setup attrs are merged into one to be passed to telescope's own setup table.Fixes #542.