mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 01:08:43 +02:00
fix: remove extra line after changes
This commit is contained in:
parent
7314f0d6e5
commit
c1cbb00126
1 changed files with 3 additions and 4 deletions
|
@ -36,14 +36,15 @@ with lib; let
|
||||||
Enables the display of icons alongside the component.
|
Enables the display of icons alongside the component.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
icon = helpers.mkNullOrOption
|
icon =
|
||||||
|
helpers.mkNullOrOption
|
||||||
(
|
(
|
||||||
with types;
|
with types;
|
||||||
either
|
either
|
||||||
str
|
str
|
||||||
(submodule {
|
(submodule {
|
||||||
freeformType = attrsOf anything;
|
freeformType = attrsOf anything;
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
icon = mkOption {
|
icon = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
|
@ -53,8 +54,6 @@ with lib; let
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
"Defines the icon to be displayed in front of the component.";
|
"Defines the icon to be displayed in front of the component.";
|
||||||
Defines the icon to be displayed in front of the component.
|
|
||||||
'';
|
|
||||||
|
|
||||||
separator = mkSeparatorsOption {name = "Component";};
|
separator = mkSeparatorsOption {name = "Component";};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue