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
texlab's auto-completion is working, and so is tectonic when run from the shell. Previous fixes for this are somewhat contradictory, and none of them would work for me.
Supposedly, it is possible to compile on the :w command, and in discussion #5002, OP was able to get this to work.
However, the following config (from #5002) in languages.toml
It seems that previous fixes for this contain a languages.config, but this is not a valid field in the toml file.
Also, this is my helix log file, but I am unable to make sense of it.
2025-09-18T17:55:51.998 helix_lsp::transport [ERROR] texlab err: <- StreamClosed
2025-09-18T18:04:02.365 helix_lsp::transport [ERROR] err: <- Other(failed to send a message to server
Caused by:
channel closed)
From my reading, it seems that this feature is intended to work out-of-the-box, as long as texlab is installed, though perhaps my understanding is incorrect.
Perhaps the intended method to activate this feature has changed?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
texlab's auto-completion is working, and so is tectonic when run from the shell. Previous fixes for this are somewhat contradictory, and none of them would work for me.
Supposedly, it is possible to compile on the
:w
command, and in discussion #5002, OP was able to get this to work.However, the following config (from #5002) in
languages.toml
gives the following helix error.
Also, the following config (from #2758) in
languages.toml
gives the same error.
It seems that previous fixes for this contain a languages.config, but this is not a valid field in the toml file.
Also, this is my helix log file, but I am unable to make sense of it.
From my reading, it seems that this feature is intended to work out-of-the-box, as long as texlab is installed, though perhaps my understanding is incorrect.
Perhaps the intended method to activate this feature has changed?
Any help is appreciated, thanks.
Beta Was this translation helpful? Give feedback.
All reactions