You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It happens because that field is Option<bool>, so if it isn't specified as true or false in the TOML then it becomes a JSON null value when we serialize the current config as JSON. We could add a SoftWrap struct in helix-view that doesn't have the Option wrappers. (They're there because SoftWrap is reused for languages.toml and config.toml configuration.) I'm not sure it's worth it though as this can be easily worked around. Once we revamp the config system (#8853) this probably should go away anyways
Summary
and now it works!
This is clearly a bug, was discovered here also: #10110 (reply in thread)
Reproduction Steps
No response
Helix log
No response
Platform
Linux
Terminal Emulator
Kitty
Installation Method
source
Helix Version
helix 25.1 (dabfb6c)
The text was updated successfully, but these errors were encountered: