vimPlugins: add plugins related to ddc.vim (#372961)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user