vimPlugins.conjure: init at 2020-05-26

This commit is contained in:
Kyle Ondy
2020-05-28 20:42:20 -07:00
committed by Jon
parent 5f3b37a983
commit 4b0e7b1201
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -856,6 +856,18 @@ let
meta.homepage = "https://github.com/chikatoike/concealedyank.vim/";
};
conjure = buildVimPluginFrom2Nix {
pname = "conjure";
version = "2020-05-26";
src = fetchFromGitHub {
owner = "Olical";
repo = "conjure";
rev = "5cb5e37913fa6fe410ee150f5cd8c75e34b060c4";
sha256 = "1h23qf0i97lcng1llc0q80jizsv7hkpnyvaj5dr3kfbwi84nfkmp";
};
meta.homepage = "https://github.com/Olical/conjure/";
};
context_filetype-vim = buildVimPluginFrom2Nix {
pname = "context_filetype-vim";
version = "2020-04-27";