add(nvim): linked snippets

This commit is contained in:
Léana 江 2023-03-19 16:25:36 +01:00
parent 24cf0bcbe5
commit da08b92ed7
8 changed files with 105 additions and 1 deletions

View file

@ -0,0 +1,16 @@
{
"Tag": {
"prefix": "<",
"body": [
"<${1:element}${2:property}>",
"${0}",
"</${1:element}>"
]
},
"Auto-closing tag": {
"prefix": "</",
"body": [
"<${1:element}/>"
]
}
}