diff --git a/modules/home/programs/nushell/default.nix b/modules/home/programs/nushell/default.nix index 781b274..3e49def 100644 --- a/modules/home/programs/nushell/default.nix +++ b/modules/home/programs/nushell/default.nix @@ -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) |