mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-12 16:35:30 +00:00
Fixed description indentation
This commit is contained in:
parent
6f6992069b
commit
77e4f28522
1 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ in {
|
||||||
default = false;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Any time the ui menu is closed then we will save the
|
Any time the ui menu is closed then we will save the
|
||||||
state back to the backing list, not to the fs
|
state back to the backing list, not to the fs
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
sync_on_ui_close = mkOption {
|
sync_on_ui_close = mkOption {
|
||||||
|
|
@ -32,7 +32,7 @@ in {
|
||||||
default = false;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Any time the ui menu is closed then the state of the
|
Any time the ui menu is closed then the state of the
|
||||||
list will be sync'd back to the fs
|
list will be sync'd back to the fs
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
key = mkOption {
|
key = mkOption {
|
||||||
|
|
@ -44,7 +44,7 @@ in {
|
||||||
'';
|
'';
|
||||||
description = ''
|
description = ''
|
||||||
How the out list key is looked up. This can be useful
|
How the out list key is looked up. This can be useful
|
||||||
when using worktrees and using git remote instead of file path
|
when using worktrees and using git remote instead of file path
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue