vimPlugins.everforest: init at 2022-02-20

main
Elliot Xu 2 years ago committed by Jonathan Ringer
parent 66da0847c8
commit f414504311
  1. 12
      pkgs/applications/editors/vim/plugins/generated.nix
  2. 1
      pkgs/applications/editors/vim/plugins/vim-plugin-names

@ -1928,6 +1928,18 @@ final: prev:
meta.homepage = "https://github.com/vim-scripts/emodeline/";
};
everforest = buildVimPluginFrom2Nix {
pname = "everforest";
version = "2022-02-20";
src = fetchFromGitHub {
owner = "sainnhe";
repo = "everforest";
rev = "7c5e520962a57f7cd42bb0b9eab268795375d26e";
sha256 = "IBDWDvSpUHHgE2zslYfvznHyQmisbRZsF0D80YqcKto=";
};
meta.homepage = "https://github.com/sainnhe/everforest/";
};
falcon = buildVimPluginFrom2Nix {
pname = "falcon";
version = "2021-12-19";

@ -720,6 +720,7 @@ ryvnf/readline.vim
saadparwaiz1/cmp_luasnip
saecki/crates.nvim
sainnhe/edge
sainnhe/everforest
sainnhe/gruvbox-material
sainnhe/sonokai
sakhnik/nvim-gdb

Loading…
Cancel
Save