Exafunction / codeium.nvim

A native neovim extension for Codeium
MIT License
639 stars 50 forks source link

fix: error thrown on large files #184

Closed brunolpsousa closed 2 months ago

brunolpsousa commented 2 months ago

Codeium.nvim throws error on large files because curl fails to do the request when using --data-raw with:

E2BIG: argument list too long

This fixes the problem by writing the data to a temporary file and passing it to curl as a binary file with --data-binary.

Fixes #20

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.