perf(trouble-nvim): avoid eagerly loading trouble when configuring snacks integration#1759
perf(trouble-nvim): avoid eagerly loading trouble when configuring snacks integration#1759ALVAROPING1 wants to merge 1 commit intoAstroNvim:mainfrom
Conversation
Review ChecklistDoes this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist: Proper conventional commit scoping:
|
📑 Description
The previous method eagerly required trouble while configuring snacks to get trouble's picker actions. New method only requires it when indexing the actions table. Sadly snacks still loads trouble the first time any picker is opened rather than when the action is first triggered, but it's better than loading it at startup