3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #108321 from jlesquembre/vim-gnupg

vimPlugins.vim-gnupg: init at 2021-01-03
This commit is contained in:
Sandro 2021-01-04 17:00:07 +01:00 committed by GitHub
commit c7cb68f78e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -5185,6 +5185,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