about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2017-09-15T16·05-0400
committerWilliam Carroll <wpcarro@gmail.com>2017-09-15T16·05-0400
commit72699a7e2f46b6a587326cb233c169939f3b77df (patch)
tree0a83b9746e38fb59d79091a7c8289f5ba6d9f61d /configs
parentda5a08c0b439c3dc60e9122375e802334fb07a27 (diff)
Adds GPG support for editing encrypted files
Diffstat (limited to 'configs')
-rw-r--r--configs/shared/.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/shared/.vimrc b/configs/shared/.vimrc
index 72e943d8f9a0..dceec89390b3 100644
--- a/configs/shared/.vimrc
+++ b/configs/shared/.vimrc
@@ -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