diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 46e26ef88b01..835b73604809 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -7309,6 +7309,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + heirline-components-nvim = buildVimPlugin { + pname = "heirline-components.nvim"; + version = "2026-02-25"; + src = fetchFromGitHub { + owner = "Zeioth"; + repo = "heirline-components.nvim"; + rev = "5ea9a16286c01b7c36d58c91903d1f8ff0b7ddeb"; + sha256 = "0gij9c9qgmqc99fnqnvp6icxp32q0wkz536ric2x5vpbqlzsdkik"; + }; + meta.homepage = "https://github.com/Zeioth/heirline-components.nvim/"; + meta.hydraPlatforms = [ ]; + }; + heirline-nvim = buildVimPlugin { pname = "heirline.nvim"; version = "1.0.8"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 98b8b6a96db7..a3c9102eb9b3 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -1753,6 +1753,10 @@ assertNoAdditions { checkInputs = [ self.telescope-nvim ]; }; + heirline-components-nvim = super.heirline-components-nvim.overrideAttrs { + nvimRequireCheck = "heirline-components.all"; + }; + helm-ls-nvim = super.helm-ls-nvim.overrideAttrs { runtimeDeps = [ helm-ls diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 11f26abe9efa..8d8cdbcf3156 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -521,6 +521,7 @@ https://github.com/travitch/hasksyn/,, https://github.com/StackInTheWild/headhunter.nvim/,, https://github.com/lukas-reineke/headlines.nvim/,, https://github.com/rebelot/heirline.nvim/,, +https://github.com/Zeioth/heirline-components.nvim/,, https://github.com/qvalentin/helm-ls.nvim/,, https://github.com/OXY2DEV/helpview.nvim/,, https://github.com/RaafatTurki/hex.nvim/,,