mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 09:18:38 +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,7 +36,8 @@ 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
|
||||||
|
@ -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