vimPlugins.gen-nvim: init at 2024-05-03 (#309123)

This commit is contained in:
Gaétan Lepage
2025-03-24 00:56:47 +01:00
committed by GitHub
3 changed files with 19 additions and 1 deletions
@@ -5070,6 +5070,19 @@ final: prev:
meta.hydraPlatforms = [ ];
};
gen-nvim = buildVimPlugin {
pname = "gen.nvim";
version = "2024-12-29";
src = fetchFromGitHub {
owner = "David-Kunz";
repo = "gen.nvim";
rev = "e09a8dbffa139ad60d5b47998fcc8669ead1ebf4";
sha256 = "1fl559n01cdckv0mw5d49z72sxxqfqhqhxx1d2025gjix3db4wmk";
};
meta.homepage = "https://github.com/David-Kunz/gen.nvim/";
meta.hydraPlatforms = [ ];
};
gen_tags-vim = buildVimPlugin {
pname = "gen_tags.vim";
version = "2023-03-06";
@@ -5913,7 +5926,7 @@ final: prev:
rev = "1b7ec0a713a2aa9965848d8b93f66dc93716fd1c";
sha256 = "05np3p0lnsra6c6vx3h81vrba3nhwxrqb5l3qkdbx5bl58dds9bn";
};
meta.homepage = "https://github.com/TheBlob42/houdini.nvim";
meta.homepage = "https://github.com/TheBlob42/houdini.nvim/";
meta.hydraPlatforms = [ ];
};
@@ -1285,6 +1285,10 @@ in
'';
};
gen-nvim = super.gen-nvim.overrideAttrs {
runtimeDeps = [ curl ];
};
ghcid = super.ghcid.overrideAttrs {
configurePhase = "cd plugins/nvim";
};
@@ -388,6 +388,7 @@ https://github.com/gfanto/fzf-lsp.nvim/,,
https://github.com/junegunn/fzf.vim/,,
https://github.com/NTBBloodbath/galaxyline.nvim/,,
https://github.com/gbprod/nord.nvim/,,gbprod-nord
https://github.com/David-Kunz/gen.nvim/,HEAD,
https://github.com/jsfaint/gen_tags.vim/,,
https://github.com/gentoo/gentoo-syntax/,,
https://github.com/ndmitchell/ghcid/,,