mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
vimPlugins.cmp-ctags: init at 2023-05-16
This commit is contained in:
parent
9e709603b4
commit
c7329f8dd5
@ -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";
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user