X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=f96827c360a546304e6bb1bb5c148850f2d1842a;hb=5b04b72429f58d5c8b545f820c2a5fd5f7b0cafa;hp=c9726f2bbcfc6e85b5e19bded501f4b55a350713;hpb=dce50a55e017a8b4af94e3a5d97d12dce38da551;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index c9726f2..f96827c 100644 --- a/vimrc +++ b/vimrc @@ -922,6 +922,10 @@ if has('eval') \ 'sw', 'sts', 'noet'] endif +" Settings for gnupg. + " Don't use temporary files for sensitive data. + let g:GPGUsePipes = 1 + " Settings for the NERD commenter. " Don't create any mappings I don't want to use. let g:NERDCreateDefaultMappings = 0