vimPlugins.gruvbox-material: init at 2021-07-29

This commit is contained in:
Vinícius Müller 2021-07-29 16:15:43 -03:00 committed by Jonathan Ringer
parent 8a42a17c7f
commit 543cf3e989
2 changed files with 13 additions and 0 deletions

View file

@ -2001,6 +2001,18 @@ final: prev:
meta.homepage = "https://github.com/eddyekofo94/gruvbox-flat.nvim/";
};
gruvbox-material = buildVimPluginFrom2Nix {
pname = "gruvbox-material";
version = "2021-07-29";
src = fetchFromGitHub {
owner = "sainnhe";
repo = "gruvbox-material";
rev = "7a1d276a3d938d488d2d592fbb52ecec642268fc";
sha256 = "1pvdlci25qr122gzrb661bpl62sfz81vxsbyzwwnf16b18qsxi5r";
};
meta.homepage = "https://github.com/sainnhe/gruvbox-material/";
};
gruvbox-nvim = buildVimPluginFrom2Nix {
pname = "gruvbox-nvim";
version = "2021-07-26";

View file

@ -595,6 +595,7 @@ rust-lang/rust.vim
ryanoasis/vim-devicons
ryvnf/readline.vim
sainnhe/edge
sainnhe/gruvbox-material
sainnhe/sonokai
sakhnik/nvim-gdb
saltstack/salt-vim