mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +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
|
||||
quick: true
|
||||
partial: true
|
||||
algorithm: "fuzzy"
|
||||
algorithm: "prefix"
|
||||
|
||||
external: {
|
||||
enable: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue