remove carapace completer from nushell

This commit is contained in:
Ivan Dimitrov 2024-01-29 10:56:19 +00:00
parent fd9a7a23d5
commit a44bc0b49f

View File

@ -21,20 +21,12 @@
} }
''; '';
extraConfig = '' extraConfig = ''
let carapace_completer = {|spans|
carapace $spans.0 nushell $spans | from json
}
$env.config = { $env.config = {
show_banner: false, show_banner: false,
completions: { completions: {
quick: true quick: true
partial: true partial: true
algorithm: "fuzzy" algorithm: "fuzzy"
external: {
enable: true
max_results: 100
completer: $carapace_completer
}
} }
} }
$env.PATH = ($env.PATH | split row (char esep) | $env.PATH = ($env.PATH | split row (char esep) |