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: call telescope without load_extension #75

Conversation

delphinus
Copy link
Contributor

With this patch, you can call :Telescope possession when you have not called telescope.load_extension() before.

See nvim-telescope/telescope.nvim#2655

NOTE: You still need to call load_extension() for calling telescope.extensions.possession.list() / .possession().

With this patch, you can call `:Telescope possession` when you have not
called `telescope.load_extension()` before.

See nvim-telescope/telescope.nvim#2655

NOTE: You still need to call `load_extension()` for calling
`telescope.extensions.possession.list()` / `.possession()`.
@jedrzejboczar
Copy link
Owner

It seems like currently you can already use Telescope possession list without telescope.load_extension('possession') and it works. But anyway it'll be nice to have a shortcut Telescope possession as we only have one picker anyway.

@jedrzejboczar jedrzejboczar merged commit b0a2b4c into jedrzejboczar:master Jul 22, 2024
3 checks passed
@jedrzejboczar
Copy link
Owner

Merged, thanks!

@delphinus delphinus deleted the feat/run-telescope-without-load_extension branch July 22, 2024 08:46
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