lol

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

authored by

Matthieu Coudron and committed by
Matthieu Coudron
e77f54ea 08799a93

+13
+12
pkgs/applications/editors/vim/plugins/generated.nix
··· 4437 4437 meta.homepage = "https://github.com/tomasr/molokai/"; 4438 4438 }; 4439 4439 4440 + moonscript-vim = buildVimPluginFrom2Nix { 4441 + pname = "moonscript-vim"; 4442 + version = "2016-11-22"; 4443 + src = fetchFromGitHub { 4444 + owner = "leafo"; 4445 + repo = "moonscript-vim"; 4446 + rev = "715c96c7c3b02adc507f84bf5754985460afc426"; 4447 + sha256 = "1m4yz2xnazqagmkcli2xvwidsgssy9p650ykgdybk7wwlrq2vvqi"; 4448 + }; 4449 + meta.homepage = "https://github.com/leafo/moonscript-vim/"; 4450 + }; 4451 + 4440 4452 mru = buildVimPluginFrom2Nix { 4441 4453 pname = "mru"; 4442 4454 version = "2022-08-20";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 372 372 https://github.com/SidOfc/mkdx/,, 373 373 https://github.com/tomasr/molokai/,, 374 374 https://github.com/shaunsingh/moonlight.nvim/,,pure-lua 375 + https://github.com/leafo/moonscript-vim/,HEAD, 375 376 https://github.com/yegappan/mru/,, 376 377 https://github.com/ncm2/ncm2/,, 377 378 https://github.com/ncm2/ncm2-bufword/,,