mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +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 = {
|
dual_boost = {
|
||||||
enabled = mkEnableOption "Dual_boost mode.";
|
enabled = mkEnableOption "dual_boost mode.";
|
||||||
|
|
||||||
first_provider = mkOption {
|
first_provider = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
|
@ -127,7 +127,7 @@ in {
|
||||||
mkEnableOption "automatically apply diff after LLM response.";
|
mkEnableOption "automatically apply diff after LLM response.";
|
||||||
|
|
||||||
support_paste_from_clipboard = mkEnableOption ''
|
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.
|
This will be determined automatically based whether img-clip is available or not.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue