`Gram` `2.0.0` ships saner editor defaults
Default behavior was cleaned up, but the reset comes with breaking changes. If you rely on prior editor assumptions, pin and verify before upgrading.
- Relative line numbers are now on by default, removing one of the editor's earlier odd defaults.
- Icons are now off by default, so the base UI is less noisy and more predictable.
- The release was bumped to a major version because these default changes can break compatibility with existing setups.
- Automatic language-server updates are now off by default, giving tighter control over tooling drift like
ESLintchanges.