Hi Tobias, The nvim plugin for Age is barely six weeks old — no pun intended. It's basically a wrapper. So if you have Age setup, you can open the file and run the command to decrypt it from command
:e some.encrypted.age :r! age --decrypt % [ . . . do stuff in buffer . . .] :r! age --encrypt % :w *p.s: I know this may not be the most optimal way, but it gets you started* *Igbanam* On Thu, Nov 21, 2024 at 10:56 AM Tobias Klausmann <[email protected]> wrote: > Hi! > > So I have been using a vim plugin that uses GnuPG for file encryption > for years. It works well enough, but I'd prefer to use something more > modern, like https://github.com/FiloSottile/age. > > The "Integrations" page at https://github.com/FiloSottile/awesome-age > lists a neovim plugin for it, but I can't find a vim plugin (the name > "age" does _not_ help with finding one, either...) > > Anybody aware of such a plugin for (plain) vim? > > TIA, > Tobias > > -- > -- > You received this message from the "vim_use" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > > --- > You received this message because you are subscribed to the Google Groups > "vim_use" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion visit > https://groups.google.com/d/msgid/vim_use/eae164ce-83a5-48aa-b0e4-517c7628f47d%40skade.local > . > -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/vim_use/CAOmRJrem6zkZsXRqW50dH7oC1kbDETc-%3DzjWO4pDAsWr_5LdWA%40mail.gmail.com.
