From 026fb07f148bd49d657a820ec41e39789fbfe116 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 19 Nov 2024 12:04:34 -0600 Subject: [PATCH] vimPlugins.compe-zsh: deprecate nvim-compe has been replaced with nvim-cmp --- .../applications/editors/vim/plugins/deprecated.json | 4 ++++ pkgs/applications/editors/vim/plugins/generated.nix | 12 ------------ pkgs/applications/editors/vim/plugins/overrides.nix | 7 ------- .../editors/vim/plugins/vim-plugin-names | 1 - 4 files changed, 4 insertions(+), 20 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/deprecated.json b/pkgs/applications/editors/vim/plugins/deprecated.json index 0a0896c827e9..066e445b05c0 100644 --- a/pkgs/applications/editors/vim/plugins/deprecated.json +++ b/pkgs/applications/editors/vim/plugins/deprecated.json @@ -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" diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index cbe1bb4559c7..e601e846e20a 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 94bef748faa8..a694ea660fa5 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index ea2c538b7b3e..4a3544192be3 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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,