mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
vimPlugins.gruvbox-baby: init at 2024-01-25
This commit is contained in:
parent
59dece6022
commit
06208fadd6
@ -4247,6 +4247,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/morhetz/gruvbox/";
|
||||
};
|
||||
|
||||
gruvbox-baby = buildVimPlugin {
|
||||
pname = "gruvbox-baby";
|
||||
version = "2024-01-25";
|
||||
src = fetchFromGitHub {
|
||||
owner = "luisiacc";
|
||||
repo = "gruvbox-baby";
|
||||
rev = "bd52e62d8134647090108189e69c8b3cd18bdbbf";
|
||||
sha256 = "17wnc3zpxki0fy8fbkinj0jvf6hnkz139x6yrg7hmj97aa8rh4sj";
|
||||
};
|
||||
meta.homepage = "https://github.com/luisiacc/gruvbox-baby/";
|
||||
};
|
||||
|
||||
gruvbox-flat-nvim = buildVimPlugin {
|
||||
pname = "gruvbox-flat.nvim";
|
||||
version = "2023-05-27";
|
||||
|
@ -354,6 +354,7 @@ https://github.com/liuchengxu/graphviz.vim/,,
|
||||
https://github.com/blazkowolf/gruber-darker.nvim/,,
|
||||
https://github.com/gruvbox-community/gruvbox/,,gruvbox-community
|
||||
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/ellisonleao/gruvbox.nvim/,,
|
||||
|
Loading…
Reference in New Issue
Block a user