vimPlugins.gh-nvim: init at 2025-01-21

This commit is contained in:
DashieTM
2025-05-27 21:00:47 +02:00
parent d605bf1223
commit 6bd17384f1
3 changed files with 18 additions and 0 deletions
@@ -5282,6 +5282,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
gh-nvim = buildVimPlugin {
pname = "gh.nvim";
version = "0-unstable-2025-01-21";
src = fetchFromGitHub {
owner = "ldelossa";
repo = "gh.nvim";
rev = "6f367b2ab8f9d4a0a23df2b703a3f91137618387";
hash = "sha256-XI4FVjajin0NM+OaEN+O5vmalPpOB2RII+aOERSzjJA=";
};
meta.description = "Fully featured GitHub integration for performing code reviews in Neovim";
meta.homepage = "https://github.com/ldelossa/gh.nvim";
};
git-blame-nvim = buildVimPlugin {
pname = "git-blame.nvim";
version = "2025-04-12";
@@ -1278,6 +1278,10 @@ in
configurePhase = "cd plugins/nvim";
};
gh-nvim = super.gh-nvim.overrideAttrs {
dependencies = [ self.litee-nvim ];
};
gitlinker-nvim = super.gitlinker-nvim.overrideAttrs {
dependencies = [ self.plenary-nvim ];
};
@@ -403,6 +403,7 @@ 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/,,
https://github.com/ldelossa/gh.nvim/,,
https://github.com/eagletmt/ghcmod-vim/,,
https://github.com/f-person/git-blame.nvim/,,
https://github.com/akinsho/git-conflict.nvim/,HEAD,