vimPlugins.screensaver-nvim: init at 0-unstable-2026-03-02
https://github.com/Root-lee/screensaver.nvim
This commit is contained in:
@@ -14139,6 +14139,19 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
screensaver-nvim = buildVimPlugin {
|
||||
pname = "screensaver.nvim";
|
||||
version = "0-unstable-2026-03-02";
|
||||
src = fetchFromGitHub {
|
||||
owner = "Root-lee";
|
||||
repo = "screensaver.nvim";
|
||||
rev = "38cf0b8a96b5f4a5e765ce32d43a416441462179";
|
||||
hash = "sha256-4eiGIhy/J7wZm++wMx4zAKp5qeDQCApwPSVm8P5w5O0=";
|
||||
};
|
||||
meta.homepage = "https://github.com/Root-lee/screensaver.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
scretch-nvim = buildVimPlugin {
|
||||
pname = "scretch.nvim";
|
||||
version = "1.2.3-unstable-2025-09-11";
|
||||
|
||||
@@ -3303,6 +3303,14 @@ assertNoAdditions {
|
||||
dependencies = [ self.plenary-nvim ];
|
||||
};
|
||||
|
||||
screensaver-nvim = super.screensaver-nvim.overrideAttrs (old: {
|
||||
meta = old.meta // {
|
||||
description = "Screensaver plugin for Neovim";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ m3l6h ];
|
||||
};
|
||||
});
|
||||
|
||||
scretch-nvim = super.scretch-nvim.overrideAttrs {
|
||||
};
|
||||
|
||||
|
||||
@@ -1086,6 +1086,7 @@ https://github.com/lewis6991/satellite.nvim/,HEAD,
|
||||
https://github.com/cenk1cenk2/schema-companion.nvim/,HEAD,
|
||||
https://github.com/davidgranstrom/scnvim/,HEAD,
|
||||
https://github.com/tiagovla/scope.nvim/,HEAD,
|
||||
https://github.com/Root-lee/screensaver.nvim/,HEAD,
|
||||
https://github.com/0xJohnnyboy/scretch.nvim/,HEAD,
|
||||
https://github.com/Xuyuanp/scrollbar.nvim/,,
|
||||
https://github.com/cakebaker/scss-syntax.vim/,,
|
||||
|
||||
Reference in New Issue
Block a user