mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-12 08:25:30 +00:00
Fixed description typo
This commit is contained in:
parent
7f63328de1
commit
17a503ec4d
1 changed files with 3 additions and 3 deletions
|
|
@ -22,13 +22,13 @@ in {
|
|||
save_on_toggle = mkOption {
|
||||
type = bool;
|
||||
default = false;
|
||||
description = '' any time the ui menu is closed then we will save the
|
||||
description = '' Any time the ui menu is closed then we will save the
|
||||
state back to the backing list, not to the fs'';
|
||||
};
|
||||
sync_on_ui_close = mkOption {
|
||||
type = bool;
|
||||
default = false;
|
||||
description = '' any time the ui menu is closed then the state of the
|
||||
description = '' Any time the ui menu is closed then the state of the
|
||||
list will be sync'd back to the fs'';
|
||||
};
|
||||
key = mkOption {
|
||||
|
|
@ -38,7 +38,7 @@ in {
|
|||
return vim.loop.cwd()
|
||||
end
|
||||
'';
|
||||
description = '' how the out list key is looked up. This can be useful
|
||||
description = '' How the out list key is looked up. This can be useful
|
||||
when using worktrees and using git remote instead of file path'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue