1
Fork 0
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:
RGBCube 2023-05-19 17:44:52 +03:00
parent 610a3f020a
commit d27819e2b9

View file

@ -174,7 +174,7 @@ let-env config = {
case_sensitive: false
quick: true
partial: true
algorithm: "fuzzy"
algorithm: "prefix"
external: {
enable: true