Skip to content

v0.9.0

Choose a tag to compare

@Sahilll15 Sahilll15 released this 24 Aug 11:46
· 19 commits to main since this release

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 lazygocd

Full Changelog: v0.8.1...v0.9.0