vimPlugins.vim-fetch: init at 2019-04-03
This commit is contained in:
@@ -3346,6 +3346,17 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
vim-fetch = buildVimPluginFrom2Nix {
|
||||
pname = "vim-fetch";
|
||||
version = "2019-04-03";
|
||||
src = fetchFromGitHub {
|
||||
owner = "wsdjeg";
|
||||
repo = "vim-fetch";
|
||||
rev = "76c08586e15e42055c9c21321d9fca0677442ecc";
|
||||
sha256 = "0avcqjcqvxgj00r477ps54rjrwvmk5ygqm3qrzghbj9m1gpyp2kz";
|
||||
};
|
||||
};
|
||||
|
||||
vim-fireplace = buildVimPluginFrom2Nix {
|
||||
pname = "vim-fireplace";
|
||||
version = "2019-09-01";
|
||||
|
||||
Reference in New Issue
Block a user