diff --git a/lua/conform/formatters/gojq.lua b/lua/conform/formatters/gojq.lua new file mode 100644 index 00000000..0b1bffc3 --- /dev/null +++ b/lua/conform/formatters/gojq.lua @@ -0,0 +1,8 @@ +---@type conform.FileFormatterConfig +return { + meta = { + url = "https://github.com/itchyny/gojq", + description = "Pure Go implementation of jq.", + }, + command = "gojq", +}