helix-editor / helix

A post-modern modal text editor.
https://helix-editor.com
Mozilla Public License 2.0
32.74k stars 2.41k forks source link

Specify a file to use as `language.toml` #8955

Closed dschrempf closed 9 months ago

dschrempf commented 9 months ago

Hi!

We can set the main configuration file using -c <file>, but to my knowledge, there is no way to set the main language.toml file in a similar way (e.g., -l <file>).

Should we support such an option?

How do you load a language.toml file that is not in the main configuration directory?

Thanks for considering this issue!

the-mikedavis commented 9 months ago

Duplicate of https://github.com/helix-editor/helix/issues/7102

dschrempf commented 9 months ago

Thanks. I had not found that issue beforehand.