X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=e8f19ff6c6cc38cd93b3b37e64384306e2443f1a;hb=b0086513fce699422e101d079820316b1a7a438d;hp=c9726f2bbcfc6e85b5e19bded501f4b55a350713;hpb=dce50a55e017a8b4af94e3a5d97d12dce38da551;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index c9726f2..e8f19ff 100644 --- a/vimrc +++ b/vimrc @@ -895,6 +895,7 @@ if has('syntax') " Shell let g:sh_noisk = 1 " don't add . to 'iskeyword' let g:sh_is_posix = 1 " POSIX shell (e.g. dash) is compatible enough + let g:is_posix = 1 " POSIX shell (e.g. dash) is compatible enough let g:sh_fold_enabled = 7 " functions (1), heredoc (2) and if/do/for (4) " Vim let g:vimsyn_embed = 0 " don't highlight embedded languages @@ -922,6 +923,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