vimPlugins.compe-zsh: deprecate

nvim-compe has been replaced with nvim-cmp
This commit is contained in:
Austin Horstman
2024-11-19 15:34:35 -06:00
parent d737d9acce
commit 026fb07f14
4 changed files with 4 additions and 20 deletions
@@ -19,6 +19,10 @@
"date": "2024-11-19",
"new": "cmp-tabnine"
},
"compe-zsh": {
"date": "2024-11-19",
"new": "cmp-zsh"
},
"fern-vim": {
"date": "2024-05-12",
"new": "vim-fern"
@@ -2561,18 +2561,6 @@ final: prev:
meta.homepage = "https://github.com/rhysd/committia.vim/";
};
compe-zsh = buildVimPlugin {
pname = "compe-zsh";
version = "2021-04-03";
src = fetchFromGitHub {
owner = "tamago324";
repo = "compe-zsh";
rev = "1a46a0ee661242f6a015b2abead34b606bb97171";
sha256 = "0m8fmsx4bwmgqgjpwpldckp68hpx6qfschwdg275xsxkzw8pdnbk";
};
meta.homepage = "https://github.com/tamago324/compe-zsh/";
};
competitest-nvim = buildVimPlugin {
pname = "competitest.nvim";
version = "2024-11-16";
@@ -752,13 +752,6 @@ in
nvimRequireCheck = "competitest";
};
compe-zsh = super.compe-zsh.overrideAttrs {
dependencies = with self; [
nvim-compe
plenary-nvim
];
};
compiler-explorer-nvim = super.compiler-explorer-nvim.overrideAttrs {
dependencies = with self; [ plenary-nvim ];
nvimRequireCheck = "compiler-explorer";
@@ -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/tamago324/compe-zsh/,,
https://github.com/xeluxee/competitest.nvim/,HEAD,
https://github.com/krady21/compiler-explorer.nvim/,HEAD,
https://github.com/Zeioth/compiler.nvim/,HEAD,