Set default GPG recipient to myself (good for password-store)

This commit is contained in:
Danielle McLean 2023-11-04 14:43:19 +11:00
parent 93eb7fbdc6
commit b2da1aa506
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -98,6 +98,10 @@ endif
g:csv_no_conceal = 1
g:GPGDefaultRecipients = [
'Danielle McLean <dani@00dani.me>',
]
g:markdown_folding = 1
g:ale_set_balloons = 1