Provide a config schema similar to what Starship does: (from https://starship.rs/config/#configuration) ```toml # Get editor completions based on the config schema "$schema" = 'https://starship.rs/config-schema.json' # ... ```
Provide a config schema similar to what Starship does:
(from https://starship.rs/config/#configuration)