vimPlugins.moonscript-vim: init at 2016-11-22

This commit is contained in:
Matthieu Coudron 2022-09-03 13:41:56 +02:00 committed by Matthieu Coudron
parent 08799a93bf
commit e77f54ea0b
2 changed files with 13 additions and 0 deletions

View File

@ -4437,6 +4437,18 @@ final: prev:
meta.homepage = "https://github.com/tomasr/molokai/";
};
moonscript-vim = buildVimPluginFrom2Nix {
pname = "moonscript-vim";
version = "2016-11-22";
src = fetchFromGitHub {
owner = "leafo";
repo = "moonscript-vim";
rev = "715c96c7c3b02adc507f84bf5754985460afc426";
sha256 = "1m4yz2xnazqagmkcli2xvwidsgssy9p650ykgdybk7wwlrq2vvqi";
};
meta.homepage = "https://github.com/leafo/moonscript-vim/";
};
mru = buildVimPluginFrom2Nix {
pname = "mru";
version = "2022-08-20";

View File

@ -372,6 +372,7 @@ https://github.com/jghauser/mkdir.nvim/,main,
https://github.com/SidOfc/mkdx/,,
https://github.com/tomasr/molokai/,,
https://github.com/shaunsingh/moonlight.nvim/,,pure-lua
https://github.com/leafo/moonscript-vim/,HEAD,
https://github.com/yegappan/mru/,,
https://github.com/ncm2/ncm2/,,
https://github.com/ncm2/ncm2-bufword/,,