Jaeyeol Lee (@kodingwarrior) @kodingwarrior.dev · May 10

Recently, I am building credential manager plugin for Neovim, vault.nvim. This plugin, at first, can be used for some neovim plugins which depend on environment variables (such as OPENAI_API_KEY) You can see in https://github.com/kode-team/vault.nvim

1 likes 1 replies

?

Replies

Jaeyeol Lee (@kodingwarrior) · May 10

All credentials can be declared in JSON object in `VAULT` buffer. Especially, environment variables are assigned to "env" key as JSON object. After saving `VAULT` buffer, entire json content is encrypted and saved to vault.json.enc. So, we can manage environment variables securely