From 63283865eb1fcfa2a9a1b5a698e52c8a97f962ed Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 10 Jun 2025 11:56:58 +0200 Subject: [PATCH] vimPlugins.gleam-vim: drop Closes #415372 --- pkgs/applications/editors/vim/plugins/aliases.nix | 1 + pkgs/applications/editors/vim/plugins/generated.nix | 13 ------------- .../editors/vim/plugins/vim-plugin-names | 1 - 3 files changed, 1 insertion(+), 14 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/aliases.nix b/pkgs/applications/editors/vim/plugins/aliases.nix index 80d7196a1b51..89caef0e2376 100644 --- a/pkgs/applications/editors/vim/plugins/aliases.nix +++ b/pkgs/applications/editors/vim/plugins/aliases.nix @@ -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; diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 470cb6f93dfa..eba16e80c53a 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 4a01c9bf25e7..c1c6f9997728 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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,