blacklight / nvim-http

An HTTP client for neovim inspired by vscode-restclient and the IntelliJ HTTP client
MIT License
87 stars 5 forks source link

Add support for .env #11

Open congomon opened 6 months ago

congomon commented 6 months ago

The vscode-restclient support dotenv for adding token secrets, then adding the .env to .gitignore.

I see there is a python equivalent python-dotenv. Maybe we can use that package to support dotenv in the http syntax.