rest.nvim icon indicating copy to clipboard operation
rest.nvim copied to clipboard

Feature: `RestResponsePost`

Open mawkler opened this issue 11 months ago • 3 comments

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.

mawkler avatar Jan 09 '25 10:01 mawkler

I added a PR, and I can try to add documentation as well if you want this feature

mawkler avatar Jan 09 '25 10:01 mawkler

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.

boltlessengineer avatar Jan 11 '25 03:01 boltlessengineer

I've created #515 now 🙂

mawkler avatar Jan 17 '25 10:01 mawkler