mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +00:00
fix: honor techincal term capitalization
This commit is contained in:
parent
ae4698ca35
commit
a8ac4e959a
1 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ in {
|
|||
};
|
||||
|
||||
dual_boost = {
|
||||
enabled = mkEnableOption "Dual_boost mode.";
|
||||
enabled = mkEnableOption "dual_boost mode.";
|
||||
|
||||
first_provider = mkOption {
|
||||
type = str;
|
||||
|
@ -127,7 +127,7 @@ in {
|
|||
mkEnableOption "automatically apply diff after LLM response.";
|
||||
|
||||
support_paste_from_clipboard = mkEnableOption ''
|
||||
pasting image from clipboard.
|
||||
support pasting image from clipboard.
|
||||
This will be determined automatically based whether img-clip is available or not.
|
||||
'';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue