Merge pull request #124954 from jfchevrette/vim-gruvbox-flat

vimPlugins.gruvbox-flat-nvim: init at 2021-05-28
This commit is contained in:
Sandro 2021-05-30 19:30:00 +02:00 committed by GitHub
commit 7e9e1b6351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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