vimPlugins.hunk-nvim: init at 2024-09-19 (#349260)

This commit is contained in:
Rémi NICOLE 2024-10-19 14:26:43 +00:00 committed by GitHub
commit 6b6886a8e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View file

@ -5015,6 +5015,18 @@ final: prev:
meta.homepage = "https://github.com/othree/html5.vim/";
};
hunk-nvim = buildVimPlugin {
pname = "hunk.nvim";
version = "2024-09-19";
src = fetchFromGitHub {
owner = "julienvincent";
repo = "hunk.nvim";
rev = "eb89245a66bdfce10436d15923bf4deb43d23c96";
sha256 = "19j3gcv83gpqqpk39dd1q3wd7p3wrxgry57i3z21rchmd13dzfq9";
};
meta.homepage = "https://github.com/julienvincent/hunk.nvim/";
};
hydra-nvim = buildVimPlugin {
pname = "hydra.nvim";
version = "2024-09-05";

View file

@ -419,6 +419,7 @@ https://github.com/smoka7/hop.nvim/,,
https://github.com/rktjmp/hotpot.nvim/,,
https://github.com/lewis6991/hover.nvim/,HEAD,
https://github.com/othree/html5.vim/,HEAD,
https://github.com/julienvincent/hunk.nvim/,HEAD,
https://github.com/nvimtools/hydra.nvim/,HEAD,
https://github.com/mboughaba/i3config.vim/,,
https://github.com/cocopon/iceberg.vim/,,