v0.9.0
Set your editor in config.toml
e previously depended entirely on the shell, and plenty of machines set neither $VISUAL nor $EDITOR. On those, lazygocd fell back to the less pager, which looked broken rather than unconfigured.
# ~/.config/lazygocd/config.toml
editor = "code --wait" # or "nvim", "zed --wait", "subl --wait"Precedence is config, then $VISUAL, then $EDITOR, then less or vi. A blank config value falls through rather than shadowing the environment.
brew upgrade lazygocdFull Changelog: v0.8.1...v0.9.0