From e340e5a3ec154b32050a1c998b7be77f0a3a8328 Mon Sep 17 00:00:00 2001 From: René Neumann Date: Tue, 2 Oct 2012 13:20:20 +0200 Subject: gpg vim plugin --- .vim/bundles.vim | 3 +++ .vimrc | 3 +++ 2 files changed, 6 insertions(+) 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! diff --git a/.vimrc b/.vimrc index 46e134c..b0b79ee 100644 --- a/.vimrc +++ b/.vimrc @@ -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 " ======================================================= -- cgit v1.2.3-70-g09d2