mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
vimPlugins.ddc-ui-native: init at 2024-01-10
This commit is contained in:
parent
fde6c03762
commit
ebdf5e9126
@ -2946,6 +2946,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/Shougo/ddc-source-lsp/";
|
||||
};
|
||||
|
||||
ddc-ui-native = buildVimPlugin {
|
||||
pname = "ddc-ui-native";
|
||||
version = "2024-01-10";
|
||||
src = fetchFromGitHub {
|
||||
owner = "Shougo";
|
||||
repo = "ddc-ui-native";
|
||||
rev = "3f370d0da93bd47bb3a937a0c8f8193582eee8c8";
|
||||
sha256 = "1knfvwcd7wfiy1vh2m9gwr5wh1crn60mmvpjwdqa739m8nrdfw79";
|
||||
};
|
||||
meta.homepage = "https://github.com/Shougo/ddc-ui-native/";
|
||||
};
|
||||
|
||||
ddc-vim = buildVimPlugin {
|
||||
pname = "ddc.vim";
|
||||
version = "2024-02-09";
|
||||
|
@ -678,6 +678,10 @@
|
||||
dependencies = with self; [ ddc-vim ];
|
||||
};
|
||||
|
||||
ddc-ui-native = super.ddc-ui-native.overrideAttrs {
|
||||
dependencies = with self; [ ddc-vim ];
|
||||
};
|
||||
|
||||
defx-nvim = super.defx-nvim.overrideAttrs {
|
||||
dependencies = with self; [ nvim-yarp ];
|
||||
};
|
||||
|
@ -245,6 +245,7 @@ https://github.com/glepnir/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-lsp/,HEAD,
|
||||
https://github.com/Shougo/ddc-ui-native/,HEAD,
|
||||
https://github.com/Shougo/ddc.vim/,HEAD,
|
||||
https://github.com/andrewferrier/debugprint.nvim/,HEAD,
|
||||
https://github.com/Verf/deepwhite.nvim/,,
|
||||
|
Loading…
Reference in New Issue
Block a user