mirror of
https://github.com/macocianradu/nvim-http.git
synced 2026-07-16 10:58:46 +00:00
Added input parsing, and curl response parsing
This commit is contained in:
@@ -17,8 +17,4 @@ M.defaults = {
|
||||
},
|
||||
}
|
||||
|
||||
function M.merge(opts)
|
||||
return vim.tbl_deep_extend("force", {}, M.defaults, opts or {})
|
||||
end
|
||||
|
||||
return M
|
||||
|
||||
Reference in New Issue
Block a user