Skip to content
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

feat(builtin): allow picking help pages and colorschemes not yet loaded by Lazy.nvim #3295

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

mehalter
Copy link
Contributor

Description

This extends the built in help_tags and colorscheme pickers to support selecting from plugins that are not yet loaded by the Lazy plugin manger as described by the developer (ibhagwan/fzf-lua#1296). I have fully tested this and it works great even if the user doesn't use lazy.nvim and is a non-breaking change.

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • Have a plugin that is lazy loaded (lazy = true) and not yet loaded into the editor that provides a colorscheme. Run :Telescope colorscheme and see that it is on the list. When selecting it, it successfully loads automatically and is displayed
  • Have a plugin that is lazy loaded (lazy = true) and not yet loaded into the editor that provides a help docs. Run :Telescope help_tags and search for the plugin, select one and see that you can view the help page

Configuration:

  • Neovim version (nvim --version): Nvim 0.10.1
  • Operating system and version: Arch Linux, latest

Checklist:

  • My code follows the style guidelines of this project (stylua)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (lua annotations)

@mehalter mehalter changed the title Allow picking help pages and colorschemes not yet loaded by Lazy.nvim feat(builtin): allow picking help pages and colorschemes not yet loaded by Lazy.nvim Sep 16, 2024
@Conni2461 Conni2461 merged commit 40d6d81 into nvim-telescope:master Sep 16, 2024
12 checks passed
@mehalter mehalter deleted the lazy_integration branch September 16, 2024 16:28
@Conni2461
Copy link
Member

thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants