diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index f0140341e66d..0cf40bd5787f 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -3113,6 +3113,42 @@ 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"; + src = fetchFromGitHub { + owner = "Shougo"; + repo = "ddc-source-around"; + rev = "32d54dc188b50bcd64f7b410c04aa4ec567ae47f"; + sha256 = "0a18prpd7znn3gj7g16yldq8ya8iyph2lfxx7yhm11m3rjx286m7"; + }; + 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 = "2025-01-04"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index e83b29c4469a..f5149e9edb20 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -909,6 +909,18 @@ in ]; }; + ddc-source-around = super.ddc-source-around.overrideAttrs { + dependencies = [ self.ddc-vim ]; + }; + + ddc-source-file = super.ddc-source-file.overrideAttrs { + 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 b35c0ade4f12..509127cb2e2a 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -257,6 +257,9 @@ 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, https://github.com/Shougo/ddc-ui-native/,HEAD, https://github.com/Shougo/ddc-ui-pum/,HEAD,