vimPlugins.gruvbox-flat-nvim: init at 2021-05-28

This commit is contained in:
Jean-Francois Chevrette 2021-05-30 08:23:29 -04:00
parent 774fe1878b
commit a7cd70f367
No known key found for this signature in database
GPG key ID: 7C59F0B1D5D525C6
2 changed files with 13 additions and 0 deletions

View file

@ -1845,6 +1845,18 @@ final: prev:
meta.homepage = "https://github.com/gruvbox-community/gruvbox/";
};
gruvbox-flat-nvim = buildVimPluginFrom2Nix {
pname = "gruvbox-flat-nvim";
version = "2021-05-28";
src = fetchFromGitHub {
owner = "eddyekofo94";
repo = "gruvbox-flat.nvim";
rev = "521d9234d1c8c3a0e9dc782a8f2e5776483856b0";
sha256 = "1k92z847ix3c7kwiyiw4x41z2sid2wyyjgv08myh93k0ivb5y4qh";
};
meta.homepage = "https://github.com/eddyekofo94/gruvbox-flat.nvim/";
};
gruvbox-nvim = buildVimPluginFrom2Nix {
pname = "gruvbox-nvim";
version = "2021-05-12";

View file

@ -107,6 +107,7 @@ eagletmt/ghcmod-vim
eagletmt/neco-ghc
easymotion/vim-easymotion
eddiebergman/nvim-treesitter-pyfold
eddyekofo94/gruvbox-flat.nvim
editorconfig/editorconfig-vim
edluffy/hologram.nvim@main
edluffy/specs.nvim@main