vimPlugins.cmp-tabby: init at 2023-11-21

This commit is contained in:
Gaetan Lepage 2024-01-18 15:22:26 +01:00
parent aa2fc895db
commit 64b7d93385
2 changed files with 5 additions and 0 deletions

View file

@ -284,6 +284,10 @@
dependencies = with self; [ nvim-cmp nvim-snippy ];
};
cmp-tabby = super.cmp-tabby.overrideAttrs {
dependencies = with self; [ nvim-cmp ];
};
cmp-tabnine = super.cmp-tabnine.overrideAttrs {
buildInputs = [ tabnine ];

View file

@ -152,6 +152,7 @@ https://github.com/hrsh7th/cmp-path/,,
https://github.com/lukas-reineke/cmp-rg/,HEAD,
https://github.com/dcampos/cmp-snippy/,HEAD,
https://github.com/f3fora/cmp-spell/,,
https://github.com/nzlov/cmp-tabby/,HEAD,
https://github.com/tzachar/cmp-tabnine/,,
https://github.com/andersevenrud/cmp-tmux/,,
https://github.com/ray-x/cmp-treesitter/,,