chore: Polished vimtex config

This commit is contained in:
Afonso Franco 2022-10-14 21:30:59 +01:00
parent b333528c3e
commit 4551410386
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4

View file

@ -10,8 +10,15 @@
"Use CP Rule": {
"prefix": ["rule"],
"body": [
"\\equiv \\{Propriedade\\ ${1:Numero_da_propriedade}\\}$0"
"\\equiv \\{Propriedade\\ ${1:Numero_da_propriedade}\\}\\\\$0"
],
"description": "Create a Split"
},
"Use conditional": {
"prefix": ["cond"],
"body": [
"${1:p} \\implies ${2:f},${3:g}$0"
],
"description": "Create an implication"
}
}