Skip to content

Commit

Permalink
Merge pull request #1516 from honnip/master
Browse files Browse the repository at this point in the history
fix: setup changes since nushell 0.72
  • Loading branch information
rsteube authored Feb 18, 2023
2 parents 96ededc + 30ee35f commit 3a5a721
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 3a5a721

Please sign in to comment.