From 30c55f865e80d17209f06e79c8cca0179d4b9fa1 Mon Sep 17 00:00:00 2001 From: Carman Fu Date: Mon, 10 Mar 2025 14:59:39 +0000 Subject: [PATCH] vimPlugins.YankAssassin-vim: init at 2022-03-11 --- pkgs/applications/editors/vim/plugins/generated.nix | 13 +++++++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 14 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 60ef35b40c8b..91f82ebcb2c0 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -497,6 +497,19 @@ final: prev: meta.hydraPlatforms = [ ]; }; + YankAssassin-vim = buildVimPlugin { + pname = "YankAssassin.vim"; + version = "2022-03-11"; + src = fetchFromGitHub { + owner = "svban"; + repo = "YankAssassin.vim"; + rev = "55ce478a08333c086bcccdf087453085f85854d4"; + sha256 = "0w0g49knan6vmmpcdj8fvdn2bmyydpihf4jfyza6iy7gsk8kmr66"; + }; + meta.homepage = "https://github.com/svban/YankAssassin.vim/"; + meta.hydraPlatforms = [ ]; + }; + YankRing-vim = buildVimPlugin { pname = "YankRing.vim"; version = "2015-07-29"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 6f979360ea2a..5ce5f74ccb67 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -37,6 +37,7 @@ https://github.com/chrisbra/SudoEdit.vim/,, https://github.com/hsitz/VimOrganizer/,, https://github.com/VundleVim/Vundle.vim/,, https://github.com/esneider/YUNOcommit.vim/,, +https://github.com/svban/YankAssassin.vim/,HEAD, https://github.com/vim-scripts/YankRing.vim/,, https://github.com/ycm-core/YouCompleteMe/,, https://github.com/vim-scripts/a.vim/,,