From e3ca643e93f044dea4c0919ebfdf27e36f9ed948 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Sat, 4 Nov 2023 15:56:33 +1100 Subject: [PATCH] Explain how I use vim-gnupg --- dot-config/vim/plugins.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot-config/vim/plugins.vim b/dot-config/vim/plugins.vim index 43a11de..e4b598d 100644 --- a/dot-config/vim/plugins.vim +++ b/dot-config/vim/plugins.vim @@ -94,6 +94,9 @@ endif minpac#add('lotabout/skim') minpac#add('lotabout/skim.vim') +# Transparently view and edit GPG-encrypted files in Vim. I find this most +# useful when working with my password-store, but obviously it's helpful +# anywhere you're using GnuPG. minpac#add('jamessan/vim-gnupg') # Improved in-file search behaviour: highlight the current match separately,