added latexmk (because texlab ignores my config) and helix
This commit is contained in:
parent
19be2c3635
commit
79baa1b95a
4 changed files with 185 additions and 110 deletions
9
.helix/config.toml
Normal file
9
.helix/config.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
theme = "dracula"
|
||||
|
||||
[editor]
|
||||
text-width = 120
|
||||
|
||||
[editor.soft-wrap]
|
||||
enable = true
|
||||
wrap-at-text-width = true
|
||||
|
19
.helix/languages.toml
Normal file
19
.helix/languages.toml
Normal 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" ]
|
Loading…
Add table
Add a link
Reference in a new issue