mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
vimPlugins.compe-tabnine: deprecate
nvim-compe has been replaced with nvim-cmp
This commit is contained in:
parent
b6b65d0cda
commit
d737d9acce
@ -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"
|
||||
|
@ -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";
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user