15 lines
289 B
Nu
15 lines
289 B
Nu
export-env {
|
|
$env.config = {
|
|
completions: {
|
|
quick: true
|
|
partial: true
|
|
algorithm: "fuzzy"
|
|
case_sensitive: false
|
|
external: {
|
|
enable: true
|
|
max_results: 100
|
|
}
|
|
}
|
|
}
|
|
}
|