vimPlugins.ddc-source-file: init at 2024-09-24

This commit is contained in:
"thinceller"
2025-01-12 00:19:16 +09:00
committed by thinceller
parent e57f79057a
commit 80d5661991
3 changed files with 17 additions and 0 deletions
@@ -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";
@@ -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 ];
};
@@ -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,