Unknown field 'language-servers' #7682
Answered
by
the-mikedavis
chrisolsen
asked this question in
Troubleshooting
-
SummaryWhen using the languages.toml file I get the following
I am using the latest release of Helix. Reproduction Steps
Helix log~/.cache/helix/helix.log
PlatformLinux Terminal EmulatorKonsole Helix Versionhelix 23.05 (7f5940b) |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Jul 19, 2023
Replies: 1 comment 4 replies
-
There was a breaking change to |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
chrisolsen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There was a breaking change to
languages.toml
after the 23.05 release, so you can't usemaster
'slanguages.toml
with version 23.05. You shouldn't need to copy the whole file though: configuration in~/.config/helix/languages.toml
or.helix/languages.toml
is merged on top of thelanguages.toml
at the repository root. See https://docs.helix-editor.com/languages.html