vimPlugins.neuron.nvim: remove (#441806)

This commit is contained in:
Gaétan Lepage
2025-09-10 22:14:29 +00:00
committed by GitHub
4 changed files with 1 additions and 21 deletions
@@ -102,6 +102,7 @@ mapAliases (
neoinclude = neoinclude-vim;
neomru = neomru-vim;
neosnippet = neosnippet-vim;
neuron-nvim = throw "neuron.nvim has been removed: archived repository 2023-02-19"; # Added 2025-09-10
nvim-ts-rainbow = throw "nvim-ts-rainbow has been deprecated: Use rainbow-delimiters-nvim"; # Added 2023-11-30
nvim-ts-rainbow2 = throw "nvim-ts-rainbow2 has been deprecated: Use rainbow-delimiters-nvim"; # Added 2023-11-30
The_NERD_Commenter = nerdcommenter;
@@ -9983,19 +9983,6 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
neuron-nvim = buildVimPlugin {
pname = "neuron.nvim";
version = "2022-02-27";
src = fetchFromGitHub {
owner = "oberblastmeister";
repo = "neuron.nvim";
rev = "c44032ece3cb71a9ce45043d246828cd1cef002c";
sha256 = "0r8qybg1pikp49v9v0zh79q7fxx8kh8rwafvyqghf5yb0ixcjiis";
};
meta.homepage = "https://github.com/oberblastmeister/neuron.nvim/";
meta.hydraPlatforms = [ ];
};
neuron-vim = buildVimPlugin {
pname = "neuron.vim";
version = "2023-07-06";
@@ -2281,13 +2281,6 @@ assertNoAdditions {
];
};
neuron-nvim = super.neuron-nvim.overrideAttrs {
dependencies = with self; [
plenary-nvim
telescope-nvim
];
};
neovim-trunk = super.neovim-trunk.overrideAttrs {
dependencies = with self; [
plenary-nvim
@@ -766,7 +766,6 @@ https://github.com/Xuyuanp/nerdtree-git-plugin/,,
https://github.com/2KAbhishek/nerdy.nvim/,HEAD,
https://github.com/miversen33/netman.nvim/,HEAD,
https://github.com/prichrd/netrw.nvim/,HEAD,
https://github.com/oberblastmeister/neuron.nvim/,,
https://github.com/fiatjaf/neuron.vim/,,
https://github.com/Olical/nfnl/,main,
https://github.com/joeveiga/ng.nvim/,HEAD,