From 294db84cc769355e196969192104efa52798a1b4 Mon Sep 17 00:00:00 2001 From: Zhong Jianxin Date: Wed, 16 Oct 2024 19:14:42 +0800 Subject: [PATCH] vimPlugins.hunk-nvim: init at 2024-09-19 --- pkgs/applications/editors/vim/plugins/generated.nix | 12 ++++++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 13 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 01c5e79950e4..f0120852a898 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index c4d547e962e4..304b5d7e595e 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,