chore: New nvim config, not finished
This commit is contained in:
parent
cd45fa1877
commit
9fd8201444
14 changed files with 194 additions and 49 deletions
23
.config/nvim/lua/plugins/luasnippets/languages/latex.json
Normal file
23
.config/nvim/lua/plugins/luasnippets/languages/latex.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"Create Split": {
|
||||
"prefix": ["split"],
|
||||
"body": [
|
||||
"\\langle $1 \\rangle$0"
|
||||
],
|
||||
"description": "Create a Split"
|
||||
},
|
||||
"Use CP Rule": {
|
||||
"prefix": ["rule"],
|
||||
"body": [
|
||||
"\\equiv \\{\\text{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…
Add table
Add a link
Reference in a new issue