From e57f79057ac323762ffb726a3119dfe30bc83446 Mon Sep 17 00:00:00 2001 From: "\"thinceller\"" <"thinceller@gmail.com"> Date: Sat, 11 Jan 2025 20:06:24 +0900 Subject: [PATCH 1/3] vimPlugins.ddc-source-around: init at 2024-12-28 --- pkgs/applications/editors/vim/plugins/generated.nix | 12 ++++++++++++ pkgs/applications/editors/vim/plugins/overrides.nix | 4 ++++ .../editors/vim/plugins/vim-plugin-names | 1 + 3 files changed, 17 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 5b0d9679bb2a..8d83b8bc091f 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -3113,6 +3113,18 @@ final: prev: meta.homepage = "https://github.com/Shougo/ddc-filter-sorter_rank/"; }; + ddc-source-around = buildVimPlugin { + pname = "ddc-source-around"; + version = "2024-12-28"; + src = fetchFromGitHub { + owner = "Shougo"; + repo = "ddc-source-around"; + rev = "32d54dc188b50bcd64f7b410c04aa4ec567ae47f"; + sha256 = "0a18prpd7znn3gj7g16yldq8ya8iyph2lfxx7yhm11m3rjx286m7"; + }; + meta.homepage = "https://github.com/Shougo/ddc-source-around/"; + }; + ddc-source-lsp = buildVimPlugin { pname = "ddc-source-lsp"; version = "2024-11-27"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index c4e3678ada56..a4f2879d9f0e 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -908,6 +908,10 @@ in ]; }; + ddc-source-around = super.ddc-source-around.overrideAttrs { + dependencies = [ self.ddc-vim ]; + }; + defx-nvim = super.defx-nvim.overrideAttrs { dependencies = [ self.nvim-yarp ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index b8971349d6a3..40ec389937ab 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -257,6 +257,7 @@ https://github.com/rizzatti/dash.vim/,HEAD, https://github.com/nvimdev/dashboard-nvim/,, https://github.com/Shougo/ddc-filter-matcher_head/,HEAD, https://github.com/Shougo/ddc-filter-sorter_rank/,HEAD, +https://github.com/Shougo/ddc-source-around/,HEAD, https://github.com/Shougo/ddc-source-lsp/,HEAD, https://github.com/Shougo/ddc-ui-native/,HEAD, https://github.com/Shougo/ddc-ui-pum/,HEAD, From 80d566199120bfc56ab815f5101fca334c35951e Mon Sep 17 00:00:00 2001 From: "\"thinceller\"" <"thinceller@gmail.com"> Date: Sat, 11 Jan 2025 20:07:35 +0900 Subject: [PATCH 2/3] vimPlugins.ddc-source-file: init at 2024-09-24 --- pkgs/applications/editors/vim/plugins/generated.nix | 12 ++++++++++++ pkgs/applications/editors/vim/plugins/overrides.nix | 4 ++++ .../editors/vim/plugins/vim-plugin-names | 1 + 3 files changed, 17 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 8d83b8bc091f..7b6d01956a8b 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -3125,6 +3125,18 @@ final: prev: meta.homepage = "https://github.com/Shougo/ddc-source-around/"; }; + ddc-source-file = buildVimPlugin { + pname = "ddc-source-file"; + version = "2024-09-24"; + src = fetchFromGitHub { + owner = "LumaKernel"; + repo = "ddc-source-file"; + rev = "34b362d45957183b4ec99d618a19a5f5f517c365"; + sha256 = "070k693x8di1safyrb1dbki626akmnpi25wzvjnjd4vvvknzwbj8"; + }; + meta.homepage = "https://github.com/LumaKernel/ddc-source-file/"; + }; + ddc-source-lsp = buildVimPlugin { pname = "ddc-source-lsp"; version = "2024-11-27"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index a4f2879d9f0e..54a4214b0526 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -912,6 +912,10 @@ in dependencies = [ self.ddc-vim ]; }; + ddc-source-file = super.ddc-source-file.overrideAttrs { + dependencies = [ self.ddc-vim ]; + }; + defx-nvim = super.defx-nvim.overrideAttrs { dependencies = [ self.nvim-yarp ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 40ec389937ab..16ebf82949c4 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -258,6 +258,7 @@ https://github.com/nvimdev/dashboard-nvim/,, https://github.com/Shougo/ddc-filter-matcher_head/,HEAD, https://github.com/Shougo/ddc-filter-sorter_rank/,HEAD, https://github.com/Shougo/ddc-source-around/,HEAD, +https://github.com/LumaKernel/ddc-source-file/,HEAD, https://github.com/Shougo/ddc-source-lsp/,HEAD, https://github.com/Shougo/ddc-ui-native/,HEAD, https://github.com/Shougo/ddc-ui-pum/,HEAD, From 4b5fd0d457583129544fe7453780b96a4bec87e1 Mon Sep 17 00:00:00 2001 From: "\"thinceller\"" <"thinceller@gmail.com"> Date: Sat, 11 Jan 2025 20:08:22 +0900 Subject: [PATCH 3/3] vimPlugins.ddc-fuzzy: init at 2025-01-07 --- pkgs/applications/editors/vim/plugins/generated.nix | 12 ++++++++++++ pkgs/applications/editors/vim/plugins/overrides.nix | 4 ++++ .../editors/vim/plugins/vim-plugin-names | 1 + 3 files changed, 17 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 7b6d01956a8b..bae415717142 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -3113,6 +3113,18 @@ final: prev: meta.homepage = "https://github.com/Shougo/ddc-filter-sorter_rank/"; }; + ddc-fuzzy = buildVimPlugin { + pname = "ddc-fuzzy"; + version = "2025-01-07"; + src = fetchFromGitHub { + owner = "tani"; + repo = "ddc-fuzzy"; + rev = "963f18c14bdb19f3925af0f7f775725be4438f3b"; + sha256 = "0gwxicn3bpci0q0yb802wf2fzbmxggk6d74vgqr62fvlxhwamggk"; + }; + meta.homepage = "https://github.com/tani/ddc-fuzzy/"; + }; + ddc-source-around = buildVimPlugin { pname = "ddc-source-around"; version = "2024-12-28"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 54a4214b0526..3a0d4f566e5e 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -916,6 +916,10 @@ in dependencies = [ self.ddc-vim ]; }; + ddc-fuzzy = super.ddc-fuzzy.overrideAttrs { + dependencies = [ self.ddc-vim ]; + }; + defx-nvim = super.defx-nvim.overrideAttrs { dependencies = [ self.nvim-yarp ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 16ebf82949c4..2e3be4aeff1a 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -257,6 +257,7 @@ https://github.com/rizzatti/dash.vim/,HEAD, https://github.com/nvimdev/dashboard-nvim/,, https://github.com/Shougo/ddc-filter-matcher_head/,HEAD, https://github.com/Shougo/ddc-filter-sorter_rank/,HEAD, +https://github.com/tani/ddc-fuzzy/,HEAD, https://github.com/Shougo/ddc-source-around/,HEAD, https://github.com/LumaKernel/ddc-source-file/,HEAD, https://github.com/Shougo/ddc-source-lsp/,HEAD,