-
-
Notifications
You must be signed in to change notification settings - Fork 148
Quality of life changes to rest.nvim #125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, thank you so much for this!
All these changes looks great, just a small things to be fixed (only documentation) imho.
I'll hopefully merge this PR once these changes are made :)
Cheers
I've been trying to override/remove the default formatters since otherwise I get
so I've done:
to no avail. Can you change/override the formatters ? if yes how ? if no, do you want to send a patch ? |
do you know why we special case json when we send the payload ? there should be no need, shouldn't it ? I am looking at #157 and so if we didn't have to special case json, then we could skip the content-type check. |
Features
Add ability to add custom formatters.
setup function now accepts
formatters
table. this makesjq
optional.Add better syntax highlights in httpResult.
Add support for passing flags to curl, fixes #123.
Example:
Bug Fixes
Fix errors in plenary when parsing json, fixes #118 and fixes #114.
Fix request preview getting cropped off.
Fix #67 error handling for formatters.