From b6b65d0cdabb4067fe0f0b80fa118fd7640b5f7f Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 19 Nov 2024 12:03:31 -0600 Subject: [PATCH] vimPlugins.compe-latex-symbols: 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 | 4 ---- .../editors/vim/plugins/vim-plugin-names | 1 - 4 files changed, 4 insertions(+), 17 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/deprecated.json b/pkgs/applications/editors/vim/plugins/deprecated.json index aad41914a483..f6b9065f206b 100644 --- a/pkgs/applications/editors/vim/plugins/deprecated.json +++ b/pkgs/applications/editors/vim/plugins/deprecated.json @@ -11,6 +11,10 @@ "date": "2024-11-19", "new": "cmp-conjure" }, + "compe-latex-symbols": { + "date": "2024-11-19", + "new": "cmp-latex-symbols" + }, "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 2e00feeef5f2..3529d211858f 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-latex-symbols = buildVimPlugin { - pname = "compe-latex-symbols"; - version = "2021-05-14"; - src = fetchFromGitHub { - owner = "GoldsteinE"; - repo = "compe-latex-symbols"; - rev = "70f58e53e142e3c59fe0f673dd54ce690ae57367"; - sha256 = "0p4xss3zyp6002hsa6dx989zhp672mc30b57w5cjhcgbknw0iy1l"; - }; - meta.homepage = "https://github.com/GoldsteinE/compe-latex-symbols/"; - }; - compe-tabnine = buildVimPlugin { pname = "compe-tabnine"; version = "2021-09-14"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index b58fd4d30e15..2425f257b3a7 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -752,10 +752,6 @@ in nvimRequireCheck = "competitest"; }; - compe-latex-symbols = super.compe-latex-symbols.overrideAttrs { - dependencies = [ self.nvim-compe ]; - }; - compe-tabnine = super.compe-tabnine.overrideAttrs { dependencies = [ self.nvim-compe ]; buildInputs = [ tabnine ]; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 1ccdcd466a70..d0df8e7db2eb 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/GoldsteinE/compe-latex-symbols/,, https://github.com/tzachar/compe-tabnine/,, https://github.com/tamago324/compe-zsh/,, https://github.com/xeluxee/competitest.nvim/,HEAD,