initial
This commit is contained in:
commit
8cc59af68e
37 changed files with 72435 additions and 0 deletions
20
lua/snippets/md.json
Normal file
20
lua/snippets/md.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"command": {
|
||||
"prefix": "cmd",
|
||||
"description": "create command tag",
|
||||
"body": [
|
||||
"```$1",
|
||||
"$2",
|
||||
"```"
|
||||
]
|
||||
},
|
||||
"bashcommand": {
|
||||
"prefix": "bash",
|
||||
"description": "create bash command tag",
|
||||
"body": [
|
||||
"```bash",
|
||||
"$1",
|
||||
"```"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue