Improve config discovery #10364
Replies: 8 comments
|
The language config is merged from |
|
It would still be nice to have a nice, built-in way to open the user/local languages.toml file. |
|
Those are really good points though. What about a config picker for all config files, |
|
Could also e.g. Could instead give users named files, like |
|
Optimizing how easily we can open config files seems like hair-splitting to me. Instead I think it would be better to improve the in-editor documentation of configuration. The idea is half-baked but it would be nice to have a man-page-like buffer that explains what each file does and covers the merging behavior and then you could |
|
The new issue title and description should, hopefully, lead to something better. |
I agree with the idea of a config picker, it keeps the process simple and prevents the need for more commands. |
|
I think having a command to open a language config file is useful. You said there are three files, but that could be expanded to the config.toml as well. I mean, Helix has a default configuration, which isn't expressed by a config.toml, but could be thought as if it was. And, in the future, adding support for a For newcomers it is useful to have a command to readily open the proper global config file. The command description, just as with the |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Describe your feature request
Add a
lang-opencommand, just like theconfig-openandlog-opencommands, to open the platform-specific config file.If this isn't already in the works (I didn't see any related issues or pull requests), then I have the bandwidth to make a pull request.
EDIT: After discussion, it would be better to discuss the issue of config files more at length.
All reactions