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 = ''
let carapace_completer = {|spans|
carapace $spans.0 nushell $spans | from json
}
$env.config = {
show_banner: false,
completions: {
quick: true
partial: true
algorithm: "fuzzy"
external: {
enable: true
max_results: 100
completer: $carapace_completer
}
quick: true
partial: true
algorithm: "fuzzy"
}
}
$env.PATH = ($env.PATH | split row (char esep) |