Git Commit Config Parsing Error #8225
-
SummaryWhen setting hint: Waiting for your editor to close the file... Bad config: TOML parse error at line 6, column 1
|
6 | completion-replace = true
| ^^^^^^^^^^^^^^^^^^
unknown field `completion-replace`, expected one of `scrolloff`, `scroll-lines`, `mouse`, `shell`, `line-number`, `cursorline`, `cursorcolumn`, `gutters`, `middle-click-paste`, `auto-pairs`, `auto-completion`, `auto-format`, `auto-save`, `idle-timeout`, `completion-trigger-len`, `auto-info`, `file-picker`, `statusline`, `cursor-shape`, `true-color`, `search`, `lsp`, `terminal`, `rulers`, `whitespace`, `bufferline`, `indent-guides`, `color-modes`, `soft-wrap`
Press <ENTER> to continue with default config My config is as follows: theme = "onedark_transparent"
[editor]
line-number = "relative"
bufferline = "always"
completion-replace = true
[editor.indent-guides]
render = true
character = "╎"
[editor.soft-wrap]
enable = true
[editor.lsp]
display-inlay-hints = true
display-signature-help-docs = false Reproduction StepsI tried this:
I expected this to happen: Helix to open with my home config Instead, this happened: I got the error above, and it defaults to helix's default config. Commenting out Helix log~/.cache/helix/helix.log
PlatformLinux Terminal Emulatoralacritty 0.12.0-dev (d5e9d1d8) Helix Versionhelix 23.05 (7f5940b) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Configuration built from docs: https://docs.helix-editor.com/configuration.html#editor-section |
Beta Was this translation helpful? Give feedback.
-
This is related to your local setup somehow. It seems you have multiple versions of helix installed (one that seems to be 23.5 and one that is older than 23.3, likely 22.12) which gets started by your CL tools for whatever reason. |
Beta Was this translation helpful? Give feedback.
This is related to your local setup somehow. It seems you have multiple versions of helix installed (one that seems to be 23.5 and one that is older than 23.3, likely 22.12) which gets started by your CL tools for whatever reason.