mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-18 21:27:42 +00:00
Nvim: Add GPG plugin
This commit is contained in:
parent
29df7d4b94
commit
060450b9f5
2
dotdrop
2
dotdrop
@ -1 +1 @@
|
||||
Subproject commit 1bf0124779f753a74f269ded5f47a2aae25fd114
|
||||
Subproject commit 910482f8c8ba25234e0eb208419f39c06985aab3
|
@ -172,6 +172,9 @@ require('packer').startup(function()
|
||||
-- Vim <3 Asciidoctor
|
||||
use 'habamax/vim-asciidoctor'
|
||||
|
||||
-- Edit GPG encrypted files transparently
|
||||
use 'jamessan/vim-gnupg'
|
||||
|
||||
-- If Packer was just installed,
|
||||
-- sync plugins
|
||||
if Packer_bootstrap then
|
||||
|
Loading…
Reference in New Issue
Block a user