diff --git a/pkgs/applications/editors/vim/plugins/deprecated.json b/pkgs/applications/editors/vim/plugins/deprecated.json index 3a50da15261b..aad41914a483 100644 --- a/pkgs/applications/editors/vim/plugins/deprecated.json +++ b/pkgs/applications/editors/vim/plugins/deprecated.json @@ -7,6 +7,10 @@ "date": "2021-12-07", "new": "cmp-tmux" }, + "compe-conjure": { + "date": "2024-11-19", + "new": "cmp-conjure" + }, "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 b2f16e1434ac..2e00feeef5f2 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-conjure = buildVimPlugin { - pname = "compe-conjure"; - version = "2020-12-06"; - src = fetchFromGitHub { - owner = "hrsh7th"; - repo = "compe-conjure"; - rev = "8d00e1dcee861a296bab36c06511ae4e083d5a0c"; - sha256 = "1ral3rmzw96xsvjnlf65mvlnvm05jmy90abrgay6ilng20bfxjiz"; - }; - meta.homepage = "https://github.com/hrsh7th/compe-conjure/"; - }; - compe-latex-symbols = buildVimPlugin { pname = "compe-latex-symbols"; version = "2021-05-14"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 7a299f346a4c..b58fd4d30e15 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-conjure = super.compe-conjure.overrideAttrs { - dependencies = [ self.conjure ]; - }; - compe-latex-symbols = super.compe-latex-symbols.overrideAttrs { dependencies = [ self.nvim-compe ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 2c69c1d78378..1ccdcd466a70 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/hrsh7th/compe-conjure/,, https://github.com/GoldsteinE/compe-latex-symbols/,, https://github.com/tzachar/compe-tabnine/,, https://github.com/tamago324/compe-zsh/,,