Adds GPG support for editing encrypted files
This commit is contained in:
parent
da5a08c0b4
commit
72699a7e2f
1 changed files with 3 additions and 0 deletions
|
@ -97,6 +97,9 @@ Plugin 'pelodelfuego/vim-swoop'
|
||||||
" Fish Shell support
|
" Fish Shell support
|
||||||
Plugin 'dag/vim-fish'
|
Plugin 'dag/vim-fish'
|
||||||
|
|
||||||
|
" Transparent encryption + decryption
|
||||||
|
Plugin 'jamessan/vim-gnupg'
|
||||||
|
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
filetype plugin indent on " required
|
filetype plugin indent on " required
|
||||||
" Put your non-Plugin stuff after this line
|
" Put your non-Plugin stuff after this line
|
||||||
|
|
Loading…
Reference in a new issue