doom-neovim / doom-nvim

A Neovim configuration for the advanced martian hacker
GNU General Public License v2.0
1k stars 108 forks source link

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

Open tuanbass opened 1 year ago

tuanbass commented 1 year ago

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 commented 1 year ago

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