added latexmk (because texlab ignores my config) and helix

This commit is contained in:
Dennis Frieberg 2025-05-14 15:24:18 +02:00
parent 19be2c3635
commit 79baa1b95a
Signed by: nerf
GPG key ID: 7C58AFED036072C5
4 changed files with 185 additions and 110 deletions

19
.helix/languages.toml Normal file
View file

@ -0,0 +1,19 @@
# This does not work, i do not know why
# [language-server.texlab]
# command = "texlab"
# args = ["-vvv", "--log-file", "/tmp/texlabLog"]
# [language-server.texlab.config]
# build.onSave = true
# build.executable = "latexrun"
# build.args = ["--bibtex-cmd", "biber", "--latex-args","'-synctex=1'","%f"]
# build.forwardSearcAfter = true
# forwardSearch.executable = "zathura"
# forwardSearch.args = ["--synctex-forward", "%l:1:%f", "%p"]
# [language-server.ltex-ls-plus]
# command = "ltex-ls-plus"
# args = ["--log-file=", "/tmp/ltex.log"]
[[language]]
name = "latex"
language-servers = [ "texlab", "ltex-ls-plus" ]