jamessan / vim-gnupg

This script implements transparent editing of gpg encrypted files.
http://www.vim.org/scripts/script.php?script_id=3645
728 stars 73 forks source link

Add the ability to use age? #122

Closed vext01 closed 2 years ago

vext01 commented 2 years ago

Hi,

I've been using your fantastic plugin for editing gpg encrypted files for some years now. Thank you!

I've recently ditched gpg, and now use age. I wonder if there is scope to add support for age to your plugin?

Thanks

jamessan commented 2 years ago

The plugin is currently very tailored towards gpg. Changing to support age would require a pretty heavy refactoring to be a general "encryption" plugin that supports different backends.

That's a bit more than I can take on right now. My priority for any big chunk of time with this plugin is to get it working properly with tty pinentry/neovim.

vext01 commented 2 years ago

No worries. Sounds like we should close this then?