Closed bottd closed 4 months ago
Does this PR follow the Contribution Guidelines? Following is a partial checklist:
Proper conventional commit scoping:
For example, fix(installer): some installer bugfix
[ ] Pull request title has the appropriate conventional commit prefix.
If applicable:
This is a fix for the 2nd error in https://github.com/nvim-neorocks/rocks-dev.nvim/issues/16
I believe the error about calling from a sync context is due to
operations.remove
being called inside of thequery_installed_rocks
callback. By calling from outside of this context the removal works as expected.