mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-05-18 21:17:23 +00:00
terminal/toggleterm: fix formatting & typo
Some checks are pending
Set up binary cache / cachix (default) (push) Waiting to run
Set up binary cache / cachix (maximal) (push) Waiting to run
Set up binary cache / cachix (nix) (push) Waiting to run
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate documentation builds-1 (push) Waiting to run
Treewide Checks / Validate documentation builds-2 (push) Waiting to run
Treewide Checks / Validate documentation builds-3 (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
Build and deploy documentation / Check latest commit (push) Waiting to run
Build and deploy documentation / publish (push) Blocked by required conditions
Some checks are pending
Set up binary cache / cachix (default) (push) Waiting to run
Set up binary cache / cachix (maximal) (push) Waiting to run
Set up binary cache / cachix (nix) (push) Waiting to run
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate documentation builds-1 (push) Waiting to run
Treewide Checks / Validate documentation builds-2 (push) Waiting to run
Treewide Checks / Validate documentation builds-3 (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
Build and deploy documentation / Check latest commit (push) Waiting to run
Build and deploy documentation / publish (push) Blocked by required conditions
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ic8fad27899388fae9651833aa2ec80d96a6a6964
This commit is contained in:
parent
2a35be20e5
commit
0af6815072
1 changed files with 8 additions and 10 deletions
|
|
@ -65,14 +65,13 @@ in {
|
||||||
return term.name
|
return term.name
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
defaultText =
|
defaultText = literalExpression ''
|
||||||
literalExpression
|
mkLuaInline '''
|
||||||
mkLuaInline '' '
|
function(term)
|
||||||
function(term)
|
return term.name
|
||||||
return term.name
|
end
|
||||||
end
|
'''
|
||||||
'''
|
'';
|
||||||
'';
|
|
||||||
description = "Winbar formatter function.";
|
description = "Winbar formatter function.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -93,9 +92,8 @@ in {
|
||||||
description = ''
|
description = ''
|
||||||
The package that should be used for lazygit.
|
The package that should be used for lazygit.
|
||||||
|
|
||||||
Setting this option to `null` will instead attemp to use `lazygit`
|
Setting this option to `null` will instead attempt to use `lazygit`
|
||||||
from your {env}`PATH`
|
from your {env}`PATH`
|
||||||
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue