vimPlugins.VimCompletesMe: move to overrides.nix

The GitHub repository returns 404, which breaks the update script
This commit is contained in:
figsoda
2023-03-11 13:09:27 -05:00
parent 559dbaaaa5
commit bc791d55e0
3 changed files with 13 additions and 13 deletions
@@ -375,18 +375,6 @@ final: prev:
meta.homepage = "https://github.com/chrisbra/SudoEdit.vim/";
};
VimCompletesMe = buildVimPluginFrom2Nix {
pname = "VimCompletesMe";
version = "2022-02-18";
src = fetchFromGitHub {
owner = "ackyshake";
repo = "VimCompletesMe";
rev = "9adf692d7ae6424038458a89d4a411f0a27d1388";
sha256 = "1sndgb3291dyifaa8adri2mb8cgbinbar3nw1fnf67k9ahwycaz0";
};
meta.homepage = "https://github.com/ackyshake/VimCompletesMe/";
};
VimOrganizer = buildVimPluginFrom2Nix {
pname = "VimOrganizer";
version = "2020-12-15";
@@ -1346,6 +1346,19 @@ self: super: {
};
});
# The GitHub repository returns 404, which breaks the update script
VimCompletesMe = buildVimPluginFrom2Nix {
pname = "VimCompletesMe";
version = "2022-02-18";
src = fetchFromGitHub {
owner = "ackyshake";
repo = "VimCompletesMe";
rev = "9adf692d7ae6424038458a89d4a411f0a27d1388";
sha256 = "1sndgb3291dyifaa8adri2mb8cgbinbar3nw1fnf67k9ahwycaz0";
};
meta.homepage = "https://github.com/ackyshake/VimCompletesMe/";
};
vimsence = super.vimsence.overrideAttrs (old: {
meta = with lib; {
description = "Discord rich presence for Vim";
@@ -30,7 +30,6 @@ https://github.com/tmhedberg/SimpylFold/,,
https://github.com/jaredgorski/SpaceCamp/,,
https://github.com/SpaceVim/SpaceVim/,,
https://github.com/chrisbra/SudoEdit.vim/,,
https://github.com/ackyshake/VimCompletesMe/,,
https://github.com/hsitz/VimOrganizer/,,
https://github.com/VundleVim/Vundle.vim/,,
https://github.com/esneider/YUNOcommit.vim/,,