We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find a good way so that secrets and tokens are not exposed in the scratch buffer.
Easist solution is using env variables (this might already work), but will try and come up with a nice idea.
The text was updated successfully, but these errors were encountered:
Env vars are supported, see https://github.com/oysandvik94/curl.nvim?tab=readme-ov-file#-persistence
But will think of a more sophisticated way of doing stuff
Sorry, something went wrong.
rest.nvim has a function for loading env files: https://github.com/rest-nvim/rest.nvim
Probably a good idea.
See #19 (comment)
No branches or pull requests
Find a good way so that secrets and tokens are not exposed in the scratch buffer.
Easist solution is using env variables (this might already work), but will try and come up with a nice idea.
The text was updated successfully, but these errors were encountered: