Improve config discovery #10364
Replies: 8 comments
-
The language config is merged from |
Beta Was this translation helpful? Give feedback.
-
It would still be nice to have a nice, built-in way to open the user/local languages.toml file. |
Beta Was this translation helpful? Give feedback.
-
Those are really good points though. What about a config picker for all config files, |
Beta Was this translation helpful? Give feedback.
-
Could also e.g. Could instead give users named files, like |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
The new issue title and description should, hopefully, lead to something better. |
Beta Was this translation helpful? Give feedback.
-
I agree with the idea of a config picker, it keeps the process simple and prevents the need for more commands. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
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-open
command, just like theconfig-open
andlog-open
commands, 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.
Beta Was this translation helpful? Give feedback.
All reactions