From 5ff5fbd0e8c2428b63d4230453cc723dacdd6c66 Mon Sep 17 00:00:00 2001 From: rkochar Date: Tue, 1 Apr 2025 22:48:32 +0200 Subject: [PATCH 1/2] vimPlugins.vim-foldsearch: init at 2024-05-15 --- 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 5f4eedc0decc..7fb7e26ee825 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -16822,6 +16822,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + vim-foldsearch = buildVimPlugin { + pname = "vim-foldsearch"; + version = "2024-05-15"; + src = fetchFromGitHub { + owner = "embear"; + repo = "vim-foldsearch"; + rev = "c67bc8b40f8d38bf5eb6e51cc631be6b682ac1b6"; + sha256 = "1cc2d4wpw16a9fcdaqjhxlz4v5qyh7945f596yxl6g81y031zmal"; + }; + meta.homepage = "https://github.com/embear/vim-foldsearch/"; + meta.hydraPlatforms = [ ]; + }; + vim-ft-diff_fold = buildVimPlugin { pname = "vim-ft-diff_fold"; version = "2013-02-10"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 5d635f645a8a..0188a38a8c6c 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -1290,6 +1290,7 @@ https://github.com/dcharbon/vim-flatbuffers/,, https://github.com/voldikss/vim-floaterm/,, https://github.com/rbong/vim-flog/,, https://github.com/thosakwe/vim-flutter/,, +https://github.com/embear/vim-foldsearch/,HEAD, https://github.com/thinca/vim-ft-diff_fold/,, https://github.com/tommcdo/vim-fubitive/,, https://github.com/tpope/vim-fugitive/,, From 82b16da55d72874d252ea5b831e0ddc2ad789377 Mon Sep 17 00:00:00 2001 From: rkochar Date: Tue, 1 Apr 2025 23:03:04 +0200 Subject: [PATCH 2/2] vimPlugins.vim-fold-cycle: init at 2020-05-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 7fb7e26ee825..22a0d230ef9d 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -16822,6 +16822,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + vim-fold-cycle = buildVimPlugin { + pname = "vim-fold-cycle"; + version = "2020-05-11"; + src = fetchFromGitHub { + owner = "arecarn"; + repo = "vim-fold-cycle"; + rev = "23a87f3eb12b1b9d8927207353b0f7a5454d1c0b"; + sha256 = "11kx2grggkyfkspfhvg2wgvlzyhrirmrf1kw8r8h64sindypxfsg"; + }; + meta.homepage = "https://github.com/arecarn/vim-fold-cycle/"; + meta.hydraPlatforms = [ ]; + }; + vim-foldsearch = buildVimPlugin { pname = "vim-foldsearch"; version = "2024-05-15"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 0188a38a8c6c..0b111594a9ae 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -1290,6 +1290,7 @@ https://github.com/dcharbon/vim-flatbuffers/,, https://github.com/voldikss/vim-floaterm/,, https://github.com/rbong/vim-flog/,, https://github.com/thosakwe/vim-flutter/,, +https://github.com/arecarn/vim-fold-cycle/,HEAD, https://github.com/embear/vim-foldsearch/,HEAD, https://github.com/thinca/vim-ft-diff_fold/,, https://github.com/tommcdo/vim-fubitive/,,