Explain how I use vim-gnupg

This commit is contained in:
Danielle McLean 2023-11-04 15:56:33 +11:00
parent 180e968f4b
commit e3ca643e93
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -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,