You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 onRestResponsePost
, but the latter doesn't exist.I could provide a PR if
RestResponsePost
is a feature that you would want.The text was updated successfully, but these errors were encountered: