telescope.nvim icon indicating copy to clipboard operation
telescope.nvim copied to clipboard

autoload/find extensions

Open teto opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe. I often find myself testing neovim plugins (enabling/disabling) for support reasons etc. For telescope extensions, I have to manually add/remove the code to support its extensions when I enable/disable an extension.

Describe the solution you'd like I would like telescope to autodiscover extensions, it could parse the rtp, follow some standards like for "vim.health".
If it hurts performance. one could have a TelescopeSync command like the :PackerCompile one.

teto avatar Jun 10 '22 09:06 teto

Or, since extensions are just regular plugins they could register themselves when neovim loads them.

gegoune avatar Jun 10 '22 09:06 gegoune

I'd say we can have this at least as opt-in, PR welcome :)

fdschmidt93 avatar Jun 10 '22 10:06 fdschmidt93