mistweaverco / kulala.nvim

A minimal 🤏 HTTP-client 🐼 interface 🖥️ for Neovim ❤️.
https://kulala.mwco.app
MIT License
304 stars 5 forks source link

Inject params for cURL commands #29

Closed franroaxeridia closed 2 weeks ago

franroaxeridia commented 2 weeks ago

Hi there! really cool plugin! I wonder if you are thinking about making it possible to add params to the curl command like "--insecure", to work

gorillamoe commented 2 weeks ago

Great enhancement. I'll add it later on.

gorillamoe commented 2 weeks ago

The first version of this will add globally added flags via the options table in the setup function.

Once we finished #18, we can also add them on a per request basis.