fix(dev-tools-nvim): capture new dependency on async#1763
fix(dev-tools-nvim): capture new dependency on async#1763mehalter merged 1 commit intoAstroNvim:mainfrom
Conversation
Per ThePrimeagen/refactoring.nvim#519, which announces a major rewrite, `plenary.nvim` is no longer a dependency (which is good because that library is apparently no longer maintained?), but now there's a dependency on lewis6991/async.nvim. The community recipe in `editing-support` has captured this update, but since I had configured this recipe but not the `editing-support` recipe, I got a storm of tracebacks complaining about a missing `async()` method.
Review ChecklistDoes this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist: Proper conventional commit scoping:
|
📑 Description
Per ThePrimeagen/refactoring.nvim#519, which announces a major rewrite,
plenary.nvimis no longer a dependency (which is good because thatlibrary is apparently no longer maintained?), but now there's a
dependency on lewis6991/async.nvim.
📖 Additional Information
The community recipe in
editing-supporthas captured this update, butsince I had configured this recipe but not the
editing-supportrecipe,I got a storm of tracebacks complaining about a missing
async()method.