vimPlugins.registers-nvim: remove plugin
This commit is contained in:
@@ -60,6 +60,7 @@ mapAliases (
|
||||
peskcolor-vim = throw "peskcolor-vim has been removed: abandoned by upstream"; # Added 2024-08-23
|
||||
playground = throw "playground has been archived"; # Added 2025-12-18
|
||||
pure-lua = lib.warnOnInstantiate "Please replace 'vimPlugins.pure-lua' with 'vimPlugins.moonlight-nvim' as this name was an error" moonlight-nvim; # Added 2025-11-17
|
||||
registers-nvim = throw "the upstream repository got deleted"; # added 2026-04-30
|
||||
rust-tools-nvim = lib.warnOnInstantiate "'vimPlugins.rust-tools-nvim' is abandoned by upstream; you should use 'vimPlugins.rustaceanvim'" rust-tools-nvim;
|
||||
Spacegray-vim = throw "'vimPlugins.Spacegray-vim' has been removed: abandoned by upstream"; # Added 2025-03-24
|
||||
SpaceVim = throw "this distribution didn't work properly in vimPlugins, please use top-level 'spacevim' instead"; # added 2024-11-27
|
||||
|
||||
@@ -15286,20 +15286,6 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
registers-nvim = buildVimPlugin {
|
||||
pname = "registers.nvim";
|
||||
version = "2.3.0-unstable-2024-11-05";
|
||||
src = fetchFromGitHub {
|
||||
owner = "tversteeg";
|
||||
repo = "registers.nvim";
|
||||
rev = "c217f8f369e0886776cda6c94eab839b30a8940d";
|
||||
hash = "sha256-M7uR3yXYUQ4I8Gt8P6k25q67UNwksRDPKGrS/FCqrt0=";
|
||||
};
|
||||
meta.homepage = "https://github.com/tversteeg/registers.nvim/";
|
||||
meta.license = lib.meta.getLicenseFromSpdxId "GPL-3.0-only";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
remember-nvim = buildVimPlugin {
|
||||
pname = "remember.nvim";
|
||||
version = "1.5.1";
|
||||
|
||||
@@ -1090,7 +1090,6 @@ https://github.com/vim-scripts/rcshell.vim/,,
|
||||
https://github.com/ryvnf/readline.vim/,,
|
||||
https://github.com/theprimeagen/refactoring.nvim/,,
|
||||
https://github.com/mawkler/refjump.nvim/,,
|
||||
https://github.com/tversteeg/registers.nvim/,,
|
||||
https://github.com/vladdoster/remember.nvim/,,
|
||||
https://github.com/amitds1997/remote-nvim.nvim/,,
|
||||
https://github.com/nosduco/remote-sshfs.nvim/,,
|
||||
|
||||
Reference in New Issue
Block a user