vimPlugins.vim-gnupg: init at 2021-01-03

This commit is contained in:
José Luis Lafuente 2021-01-03 14:42:51 +01:00
parent a319714fbc
commit 5df4be7f21
No known key found for this signature in database
GPG Key ID: 8A3455EBE455489A
2 changed files with 13 additions and 0 deletions

View File

@ -5173,6 +5173,18 @@ let
meta.homepage = "https://github.com/tikhomirov/vim-glsl/";
};
vim-gnupg = buildVimPluginFrom2Nix {
pname = "vim-gnupg";
version = "2021-01-03";
src = fetchFromGitHub {
owner = "jamessan";
repo = "vim-gnupg";
rev = "96be0be1240a848da56d665b38e1b0fe7ee3f1af";
sha256 = "10syaaylyaqn60zhyx008863b5b1349pygg7lnaqchw6bard1135";
};
meta.homepage = "https://github.com/jamessan/vim-gnupg/";
};
vim-go = buildVimPluginFrom2Nix {
pname = "vim-go";
version = "2020-12-27";

View File

@ -180,6 +180,7 @@ ivanov/vim-ipython
jackguo380/vim-lsp-cxx-highlight
jacoborus/tender.vim
jakwings/vim-pony
jamessan/vim-gnupg@main
jaredgorski/SpaceCamp
jaxbot/semantic-highlight.vim
JazzCore/ctrlp-cmatcher