Skip to content

Commit

Permalink
fix: tidy adding meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
udayvir-singh authored and NTBBloodbath committed Aug 9, 2022
1 parent 88ff794 commit 8b7d9df
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lua/rest-nvim/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@ local config = {
show_headers = true,
formatters = {
json = "jq",
html = {"tidy", "-i", "-q", "--show-errors", "0", "-"}
html = {
"tidy", "-i", "-q",
"--tidy-mark", "no",
"--show-body-only", "auto",
"--show-errors", "0",
"--show-warnings", "0",
"-"
}
},
},
jump_to_request = false,
Expand Down

0 comments on commit 8b7d9df

Please sign in to comment.