add gnupg plugin
This commit is contained in:
parent
2fb337247b
commit
6ceaea1b73
1 changed files with 4 additions and 0 deletions
|
@ -121,6 +121,10 @@ return require('packer').startup(function(use)
|
|||
end,
|
||||
}
|
||||
|
||||
use {
|
||||
'jamessan/vim-gnupg',
|
||||
}
|
||||
|
||||
-- Automatically set up your configuration after cloning packer.nvim
|
||||
-- Put this at the end after all plugins
|
||||
if packer_bootstrap then
|
||||
|
|
Loading…
Add table
Reference in a new issue