-
SummaryWhen opening Helix I get the following message when using the default languages.toml file Press to continue with default language config The Problem is solved by commenting out / removing the following from the example languages.toml file: [[language]] [[grammar]] Don't know what the cause of the error is. Syntax seems correct. Reproduction StepsI tried this:
I expected this to happen: Instead, this happened: Helix log~/.cache/helix/helix.log
2023-04-05T14:26:50.180 helix_view::editor [ERROR] Failed to initialize the LSP for PlatformLinux Terminal Emulatorfoot Helix Version23.03 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Line 1193 in 531b745 Also the file isn't meant to be used as an example, it's built into the editor binary! |
Beta Was this translation helpful? Give feedback.
max-line-length
isn't a part of the languages.toml right now though, it'stext-width
:helix/languages.toml
Line 1193 in 531b745
Also the file isn't meant to be used as an example, it's built into the editor binary!