Adds GPG support for editing encrypted files

This commit is contained in:
William Carroll 2017-09-15 12:05:51 -04:00
parent da5a08c0b4
commit 72699a7e2f

View file

@ -97,6 +97,9 @@ Plugin 'pelodelfuego/vim-swoop'
" Fish Shell support
Plugin 'dag/vim-fish'
" Transparent encryption + decryption
Plugin 'jamessan/vim-gnupg'
call vundle#end() " required
filetype plugin indent on " required
" Put your non-Plugin stuff after this line