Feature: `RestResponsePost`
Issues
- [X] 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.
I added a PR, and I can try to add documentation as well if you want this feature
I'm not against to adding more autocommand events but I think it will be better to fix that noice.nvim issue in first place. As I couldn't reproduce the flickering, can you provide more detailed reproduce steps?
Opening a new bug-report issue for that will be appreciated. It will help tracking the bug and this feature request in separate places.
I've created #515 now 🙂