mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref(nvim): cleanup snippets
This commit is contained in:
parent
008049056b
commit
e4c659334a
2 changed files with 0 additions and 103 deletions
|
|
@ -1,80 +1,4 @@
|
|||
{
|
||||
"Enum item": {
|
||||
"prefix": "ei",
|
||||
"body": [
|
||||
"#enum.item[",
|
||||
"$0",
|
||||
"]"
|
||||
]
|
||||
},
|
||||
"List item": {
|
||||
"prefix": "li",
|
||||
"body": [
|
||||
"#list.item[",
|
||||
"$0",
|
||||
"]"
|
||||
]
|
||||
},
|
||||
"code": {
|
||||
"prefix": "sc",
|
||||
"body": [
|
||||
"#code[```$1",
|
||||
"$0",
|
||||
"```]"
|
||||
]
|
||||
},
|
||||
"showybox": {
|
||||
"prefix": "sb",
|
||||
"body": [
|
||||
"#showybox(title: [ $1 ],",
|
||||
"[ $0 ]",
|
||||
")"
|
||||
]
|
||||
},
|
||||
"showybox definition": {
|
||||
"prefix": "sd",
|
||||
"body": [
|
||||
"#showybox_definition(title: [ $1 ],",
|
||||
"[ $0 ]",
|
||||
")"
|
||||
]
|
||||
},
|
||||
"showybox remark": {
|
||||
"prefix": "sr",
|
||||
"body": [
|
||||
"#showybox_remark(title: [ $1 ],",
|
||||
"[ $0 ]",
|
||||
")"
|
||||
]
|
||||
},
|
||||
"showybox example": {
|
||||
"prefix": "se",
|
||||
"body": [
|
||||
"#showybox_example(title: [ $1 ],",
|
||||
"[ $0 ]",
|
||||
")"
|
||||
]
|
||||
},
|
||||
"showybox file": {
|
||||
"prefix": "sf",
|
||||
"body": [
|
||||
"#showybox_file(title: [ $1 ],",
|
||||
"[ $0 ]",
|
||||
")"
|
||||
]
|
||||
},
|
||||
"algorithm": {
|
||||
"prefix": "algo",
|
||||
"body": [
|
||||
"#algorithm(",
|
||||
"\tcaption: [ $1 ],",
|
||||
"\t{",
|
||||
"\t\tpseudocode(",
|
||||
"\t\t$0",
|
||||
"\t)},",
|
||||
")"
|
||||
]
|
||||
},
|
||||
"Config report": {
|
||||
"prefix": "report",
|
||||
"body": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue