mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
draft request autocomplete suggestions
This commit is contained in:
parent
5a4fba93f1
commit
75ab8eb069
2 changed files with 93 additions and 0 deletions
25
config.json
25
config.json
|
|
@ -129,6 +129,31 @@
|
|||
"length":
|
||||
{
|
||||
"max":1024
|
||||
},
|
||||
"autocomplete":
|
||||
{
|
||||
"enabled":true,
|
||||
"inline":
|
||||
{
|
||||
"completion":true,
|
||||
"selection":true
|
||||
},
|
||||
"key":
|
||||
{
|
||||
"length":1
|
||||
},
|
||||
"ignore":
|
||||
{
|
||||
"keycode":
|
||||
[
|
||||
111,
|
||||
116
|
||||
]
|
||||
},
|
||||
"result":
|
||||
{
|
||||
"limit":15
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue