mirror of
https://github.com/nushell/nushell
synced 2025-01-14 14:14:13 +00:00
parent
d15859dd86
commit
a1a3ef4608
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ let-env config = {
|
||||||
partial: true # set this to false to prevent partial filling of the prompt
|
partial: true # set this to false to prevent partial filling of the prompt
|
||||||
algorithm: "prefix" # prefix or fuzzy
|
algorithm: "prefix" # prefix or fuzzy
|
||||||
external: {
|
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
|
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 may be very slow
|
||||||
max_results: 100 # setting it lower can improve completion performance at the cost of omitting some options
|
max_results: 100 # setting it lower can improve completion performance at the cost of omitting some options
|
||||||
completer: null # check 'carapace_completer' above as an example
|
completer: null # check 'carapace_completer' above as an example
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue