Polished vimtex config
This commit is contained in:
parent
3e91fb8387
commit
15efd0094e
1 changed files with 8 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue