-
-
Notifications
You must be signed in to change notification settings - Fork 147
response is not formatting json #417
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
Comments
The error log isn’t related to formatting. Do you have I should add this check to checkhealth command. |
I have vim.api.nvim_create_autocmd("FileType", {
pattern = { "json" },
callback = function()
vim.api.nvim_set_option_value("formatprg", "jq", { scope = 'local' })
end,
}) But ofcourse I already have |
@chardskarth what See this issue: #414 (comment) Edit: reference |
Closing the issue as this seems to be mainly a |
Thanks @boltlessengineer thanks for picking this project up! |
Thanks!! I was struggling trying to set the formatting and this config made it work! |
First off, thank you so much for reviving this project, very excited for it!
I followed the installation instructions, trying both luarocks and lazyvim, but the json responses won't format.

Here are the logs:
I've done as much digging as I can and it seems to be this line: Error while parsing verbose curl output. The odd thing is it prints a blank line, so maybe a blank line is breaking it? Trying to learn more about neovim plugins, but definitely out of my element. Thank you!
The text was updated successfully, but these errors were encountered: