Skip to content

Commit bc9ec88

Browse files
authored
feat: option to use custom curl bin (#556)
1 parent b05ee67 commit bc9ec88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/plenary/curl.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ local request = function(specs)
277277
end
278278

279279
local job_opts = {
280-
command = "curl",
280+
command = vim.g.plenary_curl_bin_path or "curl",
281281
args = args,
282282
}
283283

0 commit comments

Comments
 (0)