mirror of
https://github.com/cap153/nvim.git
synced 2025-12-26 19:25:01 +08:00
47 lines
968 B
JSON
47 lines
968 B
JSON
{
|
|
"t2": {
|
|
"prefix": "t2",
|
|
"body": [
|
|
"| ${2:<++>} | <++> |",
|
|
"|-|-|",
|
|
"| <++> | <++> |${1}"
|
|
],
|
|
"description": "Snippet t2"
|
|
},
|
|
"t3": {
|
|
"prefix": "t3",
|
|
"body": [
|
|
"| ${2:<++>} | <++> | <++> |",
|
|
"|-|-|-|",
|
|
"| <++> | <++> | <++> |${1}"
|
|
],
|
|
"description": "Snippet t3"
|
|
},
|
|
"t4": {
|
|
"prefix": "t4",
|
|
"body": [
|
|
"| ${2:<++>} | <++> | <++> | <++> |",
|
|
"|-|-|-|-|",
|
|
"| <++> | <++> | <++> | <++> |${1}"
|
|
],
|
|
"description": "Snippet t4"
|
|
},
|
|
"t5": {
|
|
"prefix": "t5",
|
|
"body": [
|
|
"| ${2:<++>} | <++> | <++> | <++> | <++> |",
|
|
"|-|-|-|-|-|",
|
|
"| <++> | <++> | <++> | <++> | <++> |${1}"
|
|
],
|
|
"description": "Snippet t5"
|
|
},
|
|
"t6": {
|
|
"prefix": "t6",
|
|
"body": [
|
|
"| ${2:<++>} | <++> | <++> | <++> | <++> | <++> |",
|
|
"|-|-|-|-|-|-|",
|
|
"| <++> | <++> | <++> | <++> | <++> | <++> |${1}"
|
|
],
|
|
"description": "Snippet t6"
|
|
}
|
|
}
|