Issues
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.
Issues
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
RestRequestautocmd and enable it onRestResponsePost, but the latter doesn't exist.I could provide a PR if
RestResponsePostis a feature that you would want.