Merge pull request #231731 from jfvillablanca/melange-nvim

vimPlugins.melange-nvim: init at unstable-2023-04-06
This commit is contained in:
figsoda 2023-05-13 17:58:19 -04:00 committed by GitHub
commit a3fe093364
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -5121,6 +5121,18 @@ final: prev:
meta.homepage = "https://github.com/chikamichi/mediawiki.vim/";
};
melange-nvim = buildVimPluginFrom2Nix {
pname = "melange-nvim";
version = "2023-04-06";
src = fetchFromGitHub {
owner = "savq";
repo = "melange-nvim";
rev = "f15922543dd70b360335effb61411c05c710b99c";
sha256 = "19swmv0xzlxp7bcmgdm2qfam28wi9igqvfn5q7wq8qshb2wqzph1";
};
meta.homepage = "https://github.com/savq/melange-nvim/";
};
mini-nvim = buildVimPluginFrom2Nix {
pname = "mini.nvim";
version = "2023-05-07";

View file

@ -430,6 +430,7 @@ https://github.com/marko-cerovac/material.nvim/,,
https://github.com/kaicataldo/material.vim/,HEAD,
https://github.com/vim-scripts/mayansmoke/,,
https://github.com/chikamichi/mediawiki.vim/,HEAD,
https://github.com/savq/melange-nvim/,,
https://github.com/echasnovski/mini.nvim/,,
https://github.com/wfxr/minimap.vim/,,
https://github.com/jose-elias-alvarez/minsnip.nvim/,,