vim-denops / denops.vim

🐜 An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno
https://vim-denops.github.io/denops-documentation/
MIT License
666 stars 33 forks source link

Use registered plugins instead of discover in `denops#cache#update()` #360

Closed lambdalisue closed 2 months ago

lambdalisue commented 2 months ago

Is your feature request related to a problem?

Yes. Current denops#cache#update() won't works for denops plugin's plugin (e.g. ddu plugins) that does not use main.ts.

Describe the solution you'd like

Use loaded plugin list instead of discovered plugin list.

Additional context