Added input parsing, and curl response parsing

This commit is contained in:
Radu Macocian (admac)
2026-03-19 17:01:27 +01:00
parent 7f7b38e394
commit 6a94044727
5 changed files with 49 additions and 30 deletions
-4
View File
@@ -17,8 +17,4 @@ M.defaults = {
},
}
function M.merge(opts)
return vim.tbl_deep_extend("force", {}, M.defaults, opts or {})
end
return M