Skip to content

Commit

Permalink
fix: setup changes since nushell 0.72
Browse files Browse the repository at this point in the history
  • Loading branch information
honnip committed Feb 18, 2023
1 parent 96ededc commit 30ee35f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cmd/carapace/cmd/lazyInit.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,12 @@ func nushell_lazy(completers []string) string {
}
let-env config = {
external_completer: $carapace_completer
completions: {
external: {
enable: true
completer: $carapace_completer
}
}
}`
}

Expand Down

0 comments on commit 30ee35f

Please sign in to comment.