vim: Add plugin 'vim-gnupg'
This commit is contained in:
parent
bf414920a8
commit
bf78fbe56a
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -16,3 +16,6 @@
|
||||
[submodule "vim/.vim/bundle/vim-gitgutter"]
|
||||
path = vim/.vim/bundle/vim-gitgutter
|
||||
url = https://github.com/airblade/vim-gitgutter.git
|
||||
[submodule "vim/.vim/bundle/vim-gnupg"]
|
||||
path = vim/.vim/bundle/vim-gnupg
|
||||
url = https://github.com/jamessan/vim-gnupg.git
|
||||
|
||||
1
vim/.vim/bundle/vim-gnupg
Submodule
1
vim/.vim/bundle/vim-gnupg
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 96be0be1240a848da56d665b38e1b0fe7ee3f1af
|
||||
@ -23,6 +23,7 @@ Plugin 'ntpeters/vim-better-whitespace'
|
||||
Plugin 'chriskempson/base16-vim'
|
||||
"Plugin 'vim-airline/vim-airline-themes'
|
||||
"Plugin 'jiangmiao/auto-pairs'
|
||||
Plugin 'jamessan/vim-gnupg'
|
||||
|
||||
" All of your Plugins must be added before the following line
|
||||
call vundle#end() " required
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user