diff --git a/.vimrc b/.vimrc index ab0a147..2fd9742 100644 --- a/.vimrc +++ b/.vimrc @@ -97,8 +97,14 @@ Plugin 'ryanoasis/vim-devicons' " == Content convenience ====== +" transparent editing of gpg encrypted files. The filename must have a .gpg, +" .pgp or .asc suffix. Plugin 'jamessan/vim-gnupg' +" tcomment provides easy to use, file-type sensible comments for Vim. It +" can handle embedded syntax. +Plugin 'tomtom/tcomment_vim' + " Automatically insert matching close bracket where it belongs "Plugin 'seletskiy/vim-autosurround' "inoremap ( (:call AutoSurround(")")