This package browser is in early development. Mind the rough edges.

vim-gnupg 2.7.1

Vim plugin for transparent editing of gpg encrypted files

This script implements transparent editing of gpg encrypted files. The filename must have a .gpg, .pgp or .asc suffix. When opening such a file the content is decrypted, and the content will be encrypted to all recipients before it is written. This script turns off viminfo, swapfile, and undofile when editing encrypted files to increase security.

Installation

Install vim-gnupg 2.7.1 as follows:

guix install vim-gnupg@2.7.1

Or install the latest version:

guix install vim-gnupg

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.