vimPlugins.cmp-ctags: init at 2023-05-16

This commit is contained in:
Radoslaw Sniezek 2024-10-08 12:08:30 +02:00 committed by Gaétan Lepage
parent 9e709603b4
commit c7329f8dd5
3 changed files with 17 additions and 0 deletions

View File

@ -1757,6 +1757,18 @@ final: prev:
meta.homepage = "https://github.com/hrsh7th/cmp-copilot/";
};
cmp-ctags = buildVimPlugin {
pname = "cmp-ctags";
version = "2023-05-16";
src = fetchFromGitHub {
owner = "delphinus";
repo = "cmp-ctags";
rev = "8d9ddae9ea20c303bdc0888b663c0459b0dc72c2";
sha256 = "1bm2fgl1k2b2sk3dv317ay7ddzbzy2dyiwb8xf1ihpx53853cw8b";
};
meta.homepage = "https://github.com/delphinus/cmp-ctags/";
};
cmp-dap = buildVimPlugin {
pname = "cmp-dap";
version = "2023-12-10";

View File

@ -263,6 +263,10 @@ in
dependencies = with self; [ nvim-cmp copilot-vim ];
};
cmp-ctags = super.cmp-ctags.overrideAttrs {
dependencies = with self; [ nvim-cmp ];
};
cmp-dap = super.cmp-dap.overrideAttrs {
dependencies = with self; [ nvim-cmp nvim-dap ];
};

View File

@ -146,6 +146,7 @@ https://github.com/dmitmel/cmp-cmdline-history/,HEAD,
https://github.com/PaterJason/cmp-conjure/,,
https://github.com/davidsierradz/cmp-conventionalcommits/,HEAD,
https://github.com/hrsh7th/cmp-copilot/,HEAD,
https://github.com/delphinus/cmp-ctags/,HEAD,
https://github.com/rcarriga/cmp-dap/,HEAD,
https://github.com/uga-rosa/cmp-dictionary/,HEAD,
https://github.com/dmitmel/cmp-digraphs/,HEAD,