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
|
@ -171,6 +171,9 @@ require('packer').startup(function()
|
|||||||
|
|
||||||
-- Vim <3 Asciidoctor
|
-- Vim <3 Asciidoctor
|
||||||
use 'habamax/vim-asciidoctor'
|
use 'habamax/vim-asciidoctor'
|
||||||
|
|
||||||
|
-- Edit GPG encrypted files transparently
|
||||||
|
use 'jamessan/vim-gnupg'
|
||||||
|
|
||||||
-- If Packer was just installed,
|
-- If Packer was just installed,
|
||||||
-- sync plugins
|
-- sync plugins
|
||||||
|
Loading…
Reference in New Issue
Block a user