[feat] Change stuff around for nushell and neovim
This commit is contained in:
@@ -7,7 +7,7 @@ let fish_completer = {|spans|
|
||||
}
|
||||
|
||||
let carapace_completer = {|spans: list<string>|
|
||||
carapace $spans.0 nushell $spans
|
||||
carapace $spans.0 nushell ...$spans
|
||||
| from json
|
||||
| if ($in | default [] | where value =~ '^-.*ERR$' | is-empty) { $in } else { null }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user