Open
Description
Issues
- I have checked existing issues and there are no existing ones with the same request.
Feature description
I'm getting flickering windows when the rest.nvim UI gets updated after a request response, and it seems to be due to noice.nvim. When I disable noice I don't get the flickering. My solution is to disable noice on the RestRequest
autocmd and enable it on RestResponsePost
, but the latter doesn't exist.
I could provide a PR if RestResponsePost
is a feature that you would want.