mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Change completion algo to prefix
This commit is contained in:
parent
610a3f020a
commit
d27819e2b9
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ let-env config = {
|
||||||
case_sensitive: false
|
case_sensitive: false
|
||||||
quick: true
|
quick: true
|
||||||
partial: true
|
partial: true
|
||||||
algorithm: "fuzzy"
|
algorithm: "prefix"
|
||||||
|
|
||||||
external: {
|
external: {
|
||||||
enable: true
|
enable: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue