vimPlugins.gruvbox-nvim: init at 2021-04-23

This commit is contained in:
jupblb
2021-04-29 09:29:57 +02:00
committed by jupblb
parent 77485293df
commit 85c333d358
3 changed files with 17 additions and 0 deletions
+12
View File
@@ -1749,6 +1749,18 @@ let
meta.homepage = "https://github.com/gruvbox-community/gruvbox/";
};
gruvbox-nvim = buildVimPluginFrom2Nix {
pname = "gruvbox-nvim";
version = "2021-04-23";
src = fetchFromGitHub {
owner = "npxbr";
repo = "gruvbox.nvim";
rev = "9dc9ea64fd2fb255a39210e227fc7146855434af";
sha256 = "04d8knfhidxdm8lzc15hklq1mm6i5kmdkik4iln4cbhd3cg33iqy";
};
meta.homepage = "https://github.com/npxbr/gruvbox.nvim/";
};
gundo-vim = buildVimPluginFrom2Nix {
pname = "gundo-vim";
version = "2021-02-21";