Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

"Telescope projects" picker does not work (randomly). #425

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tuanbass
Copy link
Contributor

@tuanbass tuanbass commented Feb 3, 2023

Seemed that projects module is loaded after telescope module . So Telescope cannot load the project extension

The behavior occurs randomly (possibly because of asynchronous module loading mechanism - just guess, I did'n read these code yet ).

  table.insert(doom.features.telescope.settings.extensions, "projects")

The better way is explicit load the extension in projects module. I think it's safe because of :

projects.requires_modules = { "features.telescope" }

@robclancy
Copy link

It just doesn't work for me at all, no command found. Including when I do Telescope projects manually. Tried your version here too.

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

Successfully merging this pull request may close these issues.

None yet

2 participants