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

vim-gnupg

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 the latest version of vim-gnupg as follows:

guix install vim-gnupg

Or install a particular version:

guix install vim-gnupg@2.7.1

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.

Badge code

You can use the following badge to inform users of vim-gnupg about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/vim-gnupg'><img src='https://packages.guix.gnu.org/packages/vim-gnupg/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/vim-gnupg/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/vim-gnupg)

Example Org:

[[https://packages.guix.gnu.org/packages/vim-gnupg][https://packages.guix.gnu.org/packages/vim-gnupg/badges/latest-version.svg]]