vimPlugins.jellybeans-vim: init at 2019-06-22

This commit is contained in:
David Terry
2020-02-12 07:47:32 -08:00
committed by Jon
parent ca80fbd08a
commit 3e7ce1e07d
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -1585,6 +1585,17 @@ let
};
};
jellybeans-vim = buildVimPluginFrom2Nix {
pname = "jellybeans-vim";
version = "2019-06-22";
src = fetchFromGitHub {
owner = "nanotech";
repo = "jellybeans.vim";
rev = "ef83bf4dc8b3eacffc97bf5c96ab2581b415c9fa";
sha256 = "1zy3gjz5bna3l5a7k2ddqa0w7x8wbndy2vc9gmqfdsxdbhrgpvaz";
};
};
Jenkinsfile-vim-syntax = buildVimPluginFrom2Nix {
pname = "Jenkinsfile-vim-syntax";
version = "2019-12-31";