Merge pull request #305272 from f4z3r/feat/gruvbox-material.nvim

vimPlugins.gruvbox-material-nvim: init at 2024-04-19
This commit is contained in:
Aleksana 2024-04-21 18:20:24 +08:00 committed by GitHub
commit c10ffe8f4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -4319,6 +4319,18 @@ final: prev:
meta.homepage = "https://github.com/sainnhe/gruvbox-material/";
};
gruvbox-material-nvim = buildVimPlugin {
pname = "gruvbox-material.nvim";
version = "2024-04-19";
src = fetchFromGitHub {
owner = "f4z3r";
repo = "gruvbox-material.nvim";
rev = "9143e172617e708d6588f424772ef20340877dd9";
sha256 = "0ad1s2l7vd9h2ycva5wwxisadsiqlr55pfjas23cra8gw5ngn9cj";
};
meta.homepage = "https://github.com/f4z3r/gruvbox-material.nvim/";
};
gruvbox-nvim = buildVimPlugin {
pname = "gruvbox.nvim";
version = "2024-01-29";

View File

@ -361,6 +361,7 @@ https://github.com/morhetz/gruvbox/,,
https://github.com/luisiacc/gruvbox-baby/,HEAD,
https://github.com/eddyekofo94/gruvbox-flat.nvim/,,
https://github.com/sainnhe/gruvbox-material/,,
https://github.com/f4z3r/gruvbox-material.nvim/,HEAD,
https://github.com/ellisonleao/gruvbox.nvim/,,
https://github.com/nvimdev/guard-collection/,HEAD,
https://github.com/nvimdev/guard.nvim/,HEAD,