This commit is contained in:
Philipp Hochkamp 2023-03-10 17:53:06 +01:00
parent 40b7cedf19
commit 2fd8760eda
4 changed files with 30 additions and 8 deletions

View file

@ -1,6 +1,17 @@
{
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.updates.channel": "nightly",
"texlab.build.executable": "tectonic",
"texlab.build.args": [
"%f",
"--keep-logs",
"--synctex",
],
"texlab.build.onSave": true,
"texlab.chktex.onOpenAndSave": true,
"texlab.build.forwardSearchAfter": false,
"texlab.forwardSearch.executable": "/Applications/Skim.app/Contents/SharedSupport/displayline",
"texlab.forwardSearch.args": ["-r", "-d", "%l","%p","%f"],
"html.validate.scripts": true,
"languageserver": {
"nix": {