diff --git a/.dockerfile/home/.config/nushell/config.nu b/.dockerfile/home/.config/nushell/config.nu index 91e0c701..01b181f9 100644 --- a/.dockerfile/home/.config/nushell/config.nu +++ b/.dockerfile/home/.config/nushell/config.nu @@ -212,7 +212,7 @@ $env.config = { external: { enable: true # set to false to prevent nushell looking into $env.PATH to find more suggestions, `false` recommended for WSL users as this look up may be very slow max_results: 100 # setting it lower can improve completion performance at the cost of omitting some options - completer: null # check 'carapace_completer' above as an example + completer: $carapace_completer # check 'carapace_completer' above as an example } use_ls_colors: true # set this to true to enable file/path/directory completions using LS_COLORS }