[fix] Add fnm and do fuzzy completion

This commit is contained in:
Uttarayan Mondal
2023-06-23 17:41:04 +05:30
parent 3a140c7db7
commit 70e0d23302
3 changed files with 5 additions and 2 deletions

View File

@@ -384,7 +384,7 @@ let-env config = {
case_sensitive: false # set to true to enable case-sensitive completions
quick: true # set this to false to prevent auto-selecting completions when only one remains
partial: true # set this to false to prevent partial filling of the prompt
algorithm: "prefix" # prefix or fuzzy
algorithm: "fuzzy" # prefix or fuzzy
external: {
enable: true # set to false to prevent nushell looking into $env.PATH to find more suggestions, `false` recommended for WSL users as this look up my be very slow
max_results: 100 # setting it lower can improve completion performance at the cost of omitting some options