diff --git a/pkgs/applications/editors/vim/plugins/aliases.nix b/pkgs/applications/editors/vim/plugins/aliases.nix index c152b0d495f3..a502c96c45bf 100644 --- a/pkgs/applications/editors/vim/plugins/aliases.nix +++ b/pkgs/applications/editors/vim/plugins/aliases.nix @@ -52,6 +52,7 @@ mapAliases ( floating-nvim = throw "floating.nvim has been removed: abandoned by upstream. Use popup-nvim or nui-nvim"; # Added 2024-11-26 fruzzy = throw "vimPlugins.fruzzy did not update since 2019-10-28 and uses EOL version of Nim"; # Added 2025-11-12 gleam-vim = throw "gleam.vim has been removed: its code was merged into vim."; # Added 2025-06-10 + mind-nvim = throw "the upstream repository got deleted"; # added 2026-05-03 minsnip-nvim = throw "the upstream repository got deleted"; # added 2025-08-30 neuron-nvim = throw "neuron.nvim has been removed: archived repository 2023-02-19"; # Added 2025-09-10 nvim-gps = throw "nvim-gps has been archived since 2022. Use nvim-navic instead."; # Added 2025-12-18 diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 17a92f2c1640..4c7e6c3b228f 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -9645,20 +9645,6 @@ final: prev: { meta.hydraPlatforms = [ ]; }; - mind-nvim = buildVimPlugin { - pname = "mind.nvim"; - version = "2.2.1-unstable-2023-03-22"; - src = fetchFromGitHub { - owner = "hadronized"; - repo = "mind.nvim"; - rev = "002137dd7cf97865ebd01b6a260209d2daf2da66"; - hash = "sha256-JIhAhQYGLLRucwlhzfckQYU5qjqbHtNH52JlGS5a79w="; - }; - meta.homepage = "https://github.com/hadronized/mind.nvim/"; - meta.license = lib.licenses.unfree; - meta.hydraPlatforms = [ ]; - }; - mini-ai = buildVimPlugin { pname = "mini.ai"; version = "0.17.0-unstable-2026-04-03"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 4093605bc22a..08984e2ccbb2 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -2416,13 +2416,6 @@ assertNoAdditions { }; }); - mind-nvim = super.mind-nvim.overrideAttrs (old: { - dependencies = [ self.plenary-nvim ]; - meta = old.meta // { - license = lib.licenses.bsd3; - }; - }); - mini-nvim = super.mini-nvim.overrideAttrs { # reduce closure size postInstall = '' diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 312dbb311486..0b7c2e4cbb56 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -687,7 +687,6 @@ https://github.com/mellow-theme/mellow.nvim/,, https://github.com/lsig/messenger.nvim/,, https://github.com/xero/miasma.nvim/,, https://github.com/dasupradyumna/midnight.nvim/,, -https://github.com/hadronized/mind.nvim/,, https://github.com/nvim-mini/mini-git/,, https://github.com/nvim-mini/mini.ai/,, https://github.com/nvim-mini/mini.align/,,