vimPlugins.compe-tabnine: deprecate

nvim-compe has been replaced with nvim-cmp
This commit is contained in:
Austin Horstman 2024-11-19 12:04:02 -06:00
parent b6b65d0cda
commit d737d9acce
No known key found for this signature in database
4 changed files with 4 additions and 23 deletions

View File

@ -15,6 +15,10 @@
"date": "2024-11-19",
"new": "cmp-latex-symbols"
},
"compe-tabnine": {
"date": "2024-11-19",
"new": "cmp-tabnine"
},
"fern-vim": {
"date": "2024-05-12",
"new": "vim-fern"

View File

@ -2561,18 +2561,6 @@ final: prev:
meta.homepage = "https://github.com/rhysd/committia.vim/";
};
compe-tabnine = buildVimPlugin {
pname = "compe-tabnine";
version = "2021-09-14";
src = fetchFromGitHub {
owner = "tzachar";
repo = "compe-tabnine";
rev = "33e4af509c27da9ef2c9c3002c01e3ec031797d4";
sha256 = "1lzyia2s66kcxpr6d3db4rcgxlcddfg6gpz8rbg333hdasly383w";
};
meta.homepage = "https://github.com/tzachar/compe-tabnine/";
};
compe-zsh = buildVimPlugin {
pname = "compe-zsh";
version = "2021-04-03";

View File

@ -752,16 +752,6 @@ in
nvimRequireCheck = "competitest";
};
compe-tabnine = super.compe-tabnine.overrideAttrs {
dependencies = [ self.nvim-compe ];
buildInputs = [ tabnine ];
postFixup = ''
mkdir -p $target/binaries/${tabnine.version}
ln -s ${tabnine}/bin/ $target/binaries/${tabnine.version}/${tabnine.passthru.platform}
'';
};
compe-zsh = super.compe-zsh.overrideAttrs {
dependencies = with self; [
nvim-compe

View File

@ -212,7 +212,6 @@ https://github.com/wincent/command-t/,,
https://github.com/LudoPinelli/comment-box.nvim/,HEAD,
https://github.com/numtostr/comment.nvim/,,
https://github.com/rhysd/committia.vim/,,
https://github.com/tzachar/compe-tabnine/,,
https://github.com/tamago324/compe-zsh/,,
https://github.com/xeluxee/competitest.nvim/,HEAD,
https://github.com/krady21/compiler-explorer.nvim/,HEAD,