-
Is the TOML config only for now or is it supposed to stay that way? Because I don't think it is a very good choice if the aim is to offer a very flexible configuration for the editor, because it is very strict. In neovim for example, the lua config allows among others
and probably even more advantages I'm just not thinking of right now. I'm not saying it has to be lua, but I do think it should be something more dynamic. I just don't see how all this could be achieved if the only option to configure Helix is a TOML file. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
My $0.02: While I totally understand your request and the reasoning behind this, I think that configuration files shouldn’t serve as a crutch for feature implementation. Personally I’m totally fine with plain settings, such as line length, themes, and so on… |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
#10389