You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1866 was recently merged that lets you set a language with a command (for example :set-language java). You can also make a ~/.config/helix/languages.toml (if you're on linux/macos) that is merged with the languages.toml in this repo, so you could say something like
[[language]]
name = "java"file-types = ["java", "javalike"]
So the java language and highlights will be used for .java and .javalike files for example.
Auto-complete is currently only provided by the LSP but there have been discussions about alternative mechanisms (#1063).
Fuzzy global search can be done with space/.
Also feel free to join us on the Matrix space! Questions like these would be a good fit there.
Hello,
I'm trying to do 3 things and I can't find ways to do them. I suspect they're already there, but I can't find them in the docs / options.
Please tell me if I'm failing to find how to use these, or if they do not exist.
Thank you
The text was updated successfully, but these errors were encountered: