mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
vimPlugins.heirline-components-nvim: init at 2026-02-25
https://github.com/Zeioth/heirline-components.nvim
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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/,,
|
||||
|
||||
Reference in New Issue
Block a user