Editing GPG encrypted files symmetrically in NeoVIM
Copy plugin/gpg.lua file to your ~/.config/nvim/lua/plugins/ directory
Using lazy.nvim:
-- ~/.config/nvim/lua/plugins/gpg.lua
{
"benoror/gpg.nvim",
}gpg- Optional:
pinentry-mac
All *.gpg files will be symmetrically decrypted/encrypted transparently using gpg tools
- From @nickali https://gist.github.com/nickali/89f3743e305db015d0f3ad4ffd325ccb
- Proposed first by @traut https://gist.github.com/traut/cd19ae2817ab13e0bade1f8a9995029f
