diff options
Diffstat (limited to 'features/user/cli/shells/nushell/completion.nu')
| -rw-r--r-- | features/user/cli/shells/nushell/completion.nu | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/features/user/cli/shells/nushell/completion.nu b/features/user/cli/shells/nushell/completion.nu deleted file mode 100644 index b25d387..0000000 --- a/features/user/cli/shells/nushell/completion.nu +++ /dev/null @@ -1,17 +0,0 @@ -# Carapace Autocomplete -let carapace_completer = {|spans| - carapace $spans.0 nushell ...$spans | from json -} -$env.config = { - completions: { - case_sensitive: false - quick: true - partial: true - algorithm: fuzzy - external: { - enable: true - max_results: 100 - completer: $carapace_completer - } - } -} |
