Increase prompt history length to 15,000
This commit is contained in:
parent
00f67fc4b1
commit
b7c8c63d19
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ in
|
||||||
history = {
|
history = {
|
||||||
ignoreAllDups = true;
|
ignoreAllDups = true;
|
||||||
ignoreSpace = true;
|
ignoreSpace = true;
|
||||||
size = 5000;
|
size = 15000;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Common plugins.
|
# Common plugins.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue