B:BD[
2.2120] → [
2.2120:2193]
https://github.com/helix-editor/helix/issues/669#issuecomment-1103925262
[language-server]
julia = { command = "julia", args = [
"--startup-file=no",
"--history-file=no",
"--sysimage=/home/alex/.local/julialsp.so",
"--sysimage-native-code=yes",
"--quiet",
"--eval",
"""
using LanguageServer;
runserver();
""",
]}
Source: https://github.com/helix-editor/helix/issues/669#issuecomment-1103925262
# Latex
Avec tectonic
texlab = { command = "texlab", config = { texlab.build = { executable = "tectonic", args = ["-X", "compile", "%f", "--synctex", "--keep-logs", "--keep-intermediates" ] } } } #, onSave = true } } }
# Spellcheck
ltex-ls = { config = {ltex.language = "fr"}}