-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gutters configuration broken #5694
Comments
The gutter elements should be plural and use kebab-case: helix/helix-view/src/editor.rs Line 128 in 22b3d3d
toml dependency
As a workaround you can use |
I've got my settings from site docs and they error the same way. |
I encountered that issue too and implemented that small fix locally. I will create an PR for it. @non-descriptive : does it work for you with the workaround mentioned? ( |
Where do you see |
@pokkos No, workaround also yields error about strings borrow. |
@non-descriptive Can you try again with the current mainline and the correct key values as stated in the documentation (plural, kebab-case)? |
Works fine with correct values. Invalid values messages yield parsing error as well as suggestion.
Before update it was just suggestion about proper values. It's probably should be reported as separate issue. |
Summary
Gutter parameters started to yield errors and ignore config parameters.
Removing spaces like was suggested in #2206 doesn't work.
Reproduction Steps
I've update helix to
22.12 (22b3d3d6)
Helix log
there's no data in helix.log written considering the issue
This yielded on start
Same text pops on
:config-reload
, but it doesn't fit into a terminal and cut afterborr
Platform
Windows
Terminal Emulator
Windows Terminal
Helix Version
helix 22.12 (22b3d3d)
The text was updated successfully, but these errors were encountered: