Replies: 2 comments 1 reply
-
This a hack that I am using just in case someone needs it Set the buffer as modifiable Select line #16 (in the image above) in visual mode and run And the line get formatted. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey, the issue has been fixed by #255 so I'm closing this discussion as outdated :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using rest.nvim with lazyvim on ubuntu 22.04. The request is sent and and results gets displayed fine.
However the result is not formatted, especially the content between #+RESPONSE and #+END
I installed jq and tidy on ubuntu and also installed the jq formatter using Mason on Lazyvim,
What am i missing.
Thanks
My configuration is as follows
`return {
"rest-nvim/rest.nvim",
dependencies = { { "nvim-lua/plenary.nvim" } },
ft = "http",
config = function()
end,
keys = {
},
}`
Beta Was this translation helpful? Give feedback.
All reactions