diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 4928f5c7b88e..96ffd74e62be 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -458,6 +458,19 @@ final: prev: meta.hydraPlatforms = [ ]; }; + VimCompletesMe = buildVimPlugin { + pname = "VimCompletesMe"; + version = "2015-04-20"; + src = fetchFromGitHub { + owner = "vim-scripts"; + repo = "VimCompletesMe"; + rev = "b915ac2c081dd5aec69b561b04a8ac1778d2277c"; + sha256 = "0mal1raflzzmahb4skc01dwp9vasvwcyh9mpw3r75gfrfzbyjrlk"; + }; + meta.homepage = "https://github.com/vim-scripts/VimCompletesMe/"; + meta.hydraPlatforms = [ ]; + }; + VimOrganizer = buildVimPlugin { pname = "VimOrganizer"; version = "2020-12-15"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 20bc175bce8e..e13a536e67ef 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -3454,19 +3454,6 @@ in ]; }; - # The GitHub repository returns 404, which breaks the update script - VimCompletesMe = buildVimPlugin { - 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 { meta = with lib; { description = "Discord rich presence for Vim"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index c8dcabe943a0..fd84e57e0d23 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -34,6 +34,7 @@ https://github.com/tmhedberg/SimpylFold/,, https://github.com/vim-scripts/SmartCase/,, https://github.com/jaredgorski/SpaceCamp/,, https://github.com/chrisbra/SudoEdit.vim/,, +https://github.com/vim-scripts/VimCompletesMe/,HEAD, https://github.com/hsitz/VimOrganizer/,, https://github.com/VundleVim/Vundle.vim/,, https://github.com/esneider/YUNOcommit.vim/,,