Replies: 3 comments
-
The # ~/.config/helix/languages.toml
[[language]]
name = "rust"
auto-format = false The current configuration for CPP files is here: Lines 189 to 220 in e8f0886 |
Beta Was this translation helpful? Give feedback.
-
Hello, thanks a lot for all information. I'm looking to open automatically files when I open helix rather than open it one by one each time. |
Beta Was this translation helpful? Give feedback.
-
I found a workaround to manage project with git(with help of lazygit) to be able to open multiple files of a commit with Helix : |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was looking to use helix for cpp with vscode-cpptools.
But I can not find the way to update the /helix/language.toml.
I tested it with lunarvim. And it is ok.
I guess it could work with helix now just be updating the .toml.
Should be nice to know how to update .toml easily ?
I can see the rust example in helix documentation.
But I don't know how to set exactly the good value to set cpp debugger with vscode-cpptools ?
Beta Was this translation helpful? Give feedback.
All reactions