diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 18a1c9a7f702..f0e825341eb7 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -1748,6 +1748,20 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + black-metal-theme-neovim = buildVimPlugin { + pname = "black-metal-theme-neovim"; + version = "2.0"; + src = fetchFromGitHub { + owner = "metalelf0"; + repo = "black-metal-theme-neovim"; + tag = "2.0"; + hash = "sha256-z+qJfvCIV5WEAvKIkttDKpfBDt1xDBkTYLk2EoZbnj8="; + }; + meta.homepage = "https://github.com/metalelf0/black-metal-theme-neovim/"; + meta.license = getLicenseFromSpdxId "Apache-2.0"; + meta.hydraPlatforms = [ ]; + }; + blame-nvim = buildVimPlugin { pname = "blame.nvim"; version = "0-unstable-2026-02-12"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index f3405579d28f..0898abcb6bf9 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -123,6 +123,7 @@ https://github.com/sontungexpt/better-diagnostic-virtual-text/,, https://github.com/max397574/better-escape.nvim/,, https://github.com/LunarVim/bigfile.nvim/,, https://github.com/openembedded/bitbake/,, +https://github.com/metalelf0/black-metal-theme-neovim/,, https://github.com/FabijanZulj/blame.nvim/,, https://github.com/z4p5a9/blamer.nvim/,, https://github.com/joelazar/blink-calc/,,