mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
vimPlugins.moonscript-vim: init at 2016-11-22
This commit is contained in:
parent
08799a93bf
commit
e77f54ea0b
@ -4437,6 +4437,18 @@ final: prev:
|
|||||||
meta.homepage = "https://github.com/tomasr/molokai/";
|
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 {
|
mru = buildVimPluginFrom2Nix {
|
||||||
pname = "mru";
|
pname = "mru";
|
||||||
version = "2022-08-20";
|
version = "2022-08-20";
|
||||||
|
@ -372,6 +372,7 @@ https://github.com/jghauser/mkdir.nvim/,main,
|
|||||||
https://github.com/SidOfc/mkdx/,,
|
https://github.com/SidOfc/mkdx/,,
|
||||||
https://github.com/tomasr/molokai/,,
|
https://github.com/tomasr/molokai/,,
|
||||||
https://github.com/shaunsingh/moonlight.nvim/,,pure-lua
|
https://github.com/shaunsingh/moonlight.nvim/,,pure-lua
|
||||||
|
https://github.com/leafo/moonscript-vim/,HEAD,
|
||||||
https://github.com/yegappan/mru/,,
|
https://github.com/yegappan/mru/,,
|
||||||
https://github.com/ncm2/ncm2/,,
|
https://github.com/ncm2/ncm2/,,
|
||||||
https://github.com/ncm2/ncm2-bufword/,,
|
https://github.com/ncm2/ncm2-bufword/,,
|
||||||
|
Loading…
Reference in New Issue
Block a user