vimtex
This commit is contained in:
parent
40b7cedf19
commit
2fd8760eda
4 changed files with 30 additions and 8 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue