mistweaverco / kulala.nvim

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

Support dotenv #31

Closed fpohtmeh closed 2 weeks ago

fpohtmeh commented 2 weeks ago

.env is another popular format for environment variables. Could you please add the support of the format?

gorillamoe commented 2 weeks ago

Can you elaborate on what exactly is missing? If it isn't already working it might be a regression. I added .env support quite early in the development. Only the multiline is not supported (yet).

fpohtmeh commented 2 weeks ago

Oops, sorry. I checked the default configuration in README and found only env.json. Now I see that .env is supported too 💪. It may be helpful if you mention dotenv in the README too. Thank you!