ref(nvim): cleanup snippets

This commit is contained in:
Léana 江 2024-02-03 17:39:30 +01:00 committed by Léana 江
parent 008049056b
commit e4c659334a
2 changed files with 0 additions and 103 deletions

View file

@ -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": [