latex options for vscode
This commit is contained in:
parent
7439485194
commit
dbd7388a4e
1 changed files with 28 additions and 0 deletions
|
@ -26,6 +26,18 @@
|
|||
version = "0.0.3";
|
||||
sha256 = "sha256-DITgLedaO0Ifrttu+ZXkiaVA7Ua5RXc4jXQHPYLqrcM=";
|
||||
}
|
||||
{
|
||||
name = "simple-alignment";
|
||||
publisher = "earshinov";
|
||||
version = "1.0.1";
|
||||
sha256 = "sha256-Lqg5wVGj6VulEJHVv7CS6aci7Ze2KEqXMu10vlrYYao=";
|
||||
}
|
||||
{
|
||||
name = "todo-tree";
|
||||
publisher = "Gruntfuggly";
|
||||
version = "0.0.226";
|
||||
sha256 = "sha256-Fj9cw+VJ2jkTGUclB1TLvURhzQsaryFQs/+f2RZOLHs=";
|
||||
}
|
||||
];
|
||||
userSettings = {
|
||||
"agdaMode.connection.agdaLanguageServer" = false;
|
||||
|
@ -73,6 +85,22 @@
|
|||
"editor.autoClosingOvertype" = "never";
|
||||
"editor.autoClosingBrackets" = "never";
|
||||
"editor.accessibilitySupport" = "off";
|
||||
|
||||
# for latex
|
||||
"todo-tree.regex.regex" = "((//|#|<!--|;|/\\*|^|%|\\\\)\\s*($TAGS)\\{*|^\\s*- \\[ \\])";
|
||||
"todo-tree.regex.regexCaseSensitive" = false;
|
||||
"latex-workshop.linting.chktex.enabled" = true;
|
||||
"editor.formatOnSave" = true;
|
||||
"latex-workshop.linting.chktex.exec.args" = [
|
||||
"-wall"
|
||||
"-n21"
|
||||
"-n22"
|
||||
"-n30"
|
||||
"-e16"
|
||||
"-q"
|
||||
];
|
||||
"latex-workshop.latex.autoClean.run" = "onBuilt";
|
||||
"latex-workshop.latex.clean.subfolder.enabled" = true;
|
||||
};
|
||||
keybindings = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue