vimPlugins.mind-nvim: drop package
Repository deleted.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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 = ''
|
||||
|
||||
@@ -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/,,
|
||||
|
||||
Reference in New Issue
Block a user