1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

gnupg file support for vim

This commit is contained in:
2015-11-03 10:34:32 +01:00
parent 5d76076057
commit 1657a1c25b

2
.vimrc
View File

@@ -70,6 +70,8 @@ Plugin 'ryanoasis/vim-devicons'
" == Content convenience ======
Plugin 'jamessan/vim-gnupg'
" Automatically insert matching close bracket where it belongs
"Plugin 'seletskiy/vim-autosurround'
"inoremap ( (<C-O>:call AutoSurround(")")<CR>