diff options
Diffstat (limited to '')
-rw-r--r-- | .vim/bundles.vim | 3 | ||||
-rw-r--r-- | .vimrc | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.vim/bundles.vim b/.vim/bundles.vim index 5fac9a2..948dde0 100644 --- a/.vim/bundles.vim +++ b/.vim/bundles.vim @@ -52,4 +52,7 @@ Bundle 'Syntastic' " projects Bundle 'project.tar.gz' +" GPG +Bundle 'gnupg.vim' + filetype plugin indent on " required! @@ -140,6 +140,9 @@ let g:Tex_DefaultTargetFormat="pdf" " do not do concealment in .tex files -- just too slow (and ugly) let g:tex_conceal = "" +" use pipes instead of temp files +let g:GPGUsePipes = 1 + " ======================================================= " FINAL " ======================================================= |