vimPlugins.Spacegray-vim: drop package

This commit is contained in:
Austin Horstman 2025-03-23 19:08:05 -05:00
parent baa373b985
commit dc7b6a574c
No known key found for this signature in database
2 changed files with 1 additions and 13 deletions

View File

@ -116,6 +116,7 @@ mapAliases (
snipmate = vim-snipmate;
sourcemap = sourcemap-vim;
"sourcemap.vim" = sourcemap-vim;
Spacegray-vim = throw "Spacegray-vim has been removed: abandoned by upstream"; # Added 2025-03-24
surround = vim-surround;
sleuth = vim-sleuth;
solidity = vim-solidity;

View File

@ -2971,19 +2971,6 @@ in
];
};
# The GitHub repository returns 404, which breaks the update script
Spacegray-vim = buildVimPlugin {
pname = "Spacegray.vim";
version = "2021-07-06";
src = fetchFromGitHub {
owner = "ackyshake";
repo = "Spacegray.vim";
rev = "c699ca10ed421c462bd1c87a158faaa570dc8e28";
sha256 = "0ma8w6p5jh6llka49x5j5ql8fmhv0bx5hhsn5b2phak79yqg1k61";
};
meta.homepage = "https://github.com/ackyshake/Spacegray.vim/";
};
spaceman-nvim = super.spaceman-nvim.overrideAttrs {
# Optional telescope integration
nvimSkipModule = "spaceman.adapters.telescope";