vimPlugins.heirline-components-nvim: init at 2026-02-25

https://github.com/Zeioth/heirline-components.nvim
This commit is contained in:
Gabriel Nützi
2026-06-05 11:25:58 +02:00
parent a1a3608f16
commit d55578dcc4
3 changed files with 18 additions and 0 deletions

View File

@@ -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";

View File

@@ -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

View File

@@ -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/,,