vimPlugins.gleam-vim: drop

Closes #415372
This commit is contained in:
Gaetan Lepage 2025-06-10 11:56:58 +02:00
parent 0dc70248f3
commit 63283865eb
3 changed files with 1 additions and 14 deletions

View File

@ -75,6 +75,7 @@ mapAliases (
floating-nvim = throw "floating.nvim has been removed: abandoned by upstream. Use popup-nvim or nui-nvim"; # Added 2024-11-26
ghc-mod-vim = ghcmod-vim;
ghcmod = ghcmod-vim;
gleam-vim = throw "gleam.vim has been removed: its code was merged into vim."; # Added 2025-06-10
goyo = goyo-vim;
Gist = vim-gist;
gitgutter = vim-gitgutter;

View File

@ -5490,19 +5490,6 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
gleam-vim = buildVimPlugin {
pname = "gleam.vim";
version = "2025-04-24";
src = fetchFromGitHub {
owner = "gleam-lang";
repo = "gleam.vim";
rev = "7174886f4974629a4427b0c703d6ce77f39422c5";
sha256 = "0g99zc9x9l5mdh6nmlkwfqh4hk82ncqcgdzjp5b702fiymjhpkf4";
};
meta.homepage = "https://github.com/gleam-lang/gleam.vim/";
meta.hydraPlatforms = [ ];
};
glow-nvim = buildVimPlugin {
pname = "glow.nvim";
version = "2025-03-21";

View File

@ -420,7 +420,6 @@ https://github.com/vim-scripts/gitignore.vim/,,
https://github.com/ruifm/gitlinker.nvim/,,
https://github.com/gregsexton/gitv/,,
https://github.com/DNLHC/glance.nvim/,HEAD,
https://github.com/gleam-lang/gleam.vim/,,
https://github.com/ellisonleao/glow.nvim/,,
https://github.com/ray-x/go.nvim/,HEAD,
https://github.com/p00f/godbolt.nvim/,HEAD,