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,19 @@
{
"name": "leana-snippets",
"contributes": {
"snippets": [
{
"language": "python",
"path": "./python.json"
},
{
"language": "rust",
"path": "./rust.json"
},
{
"language": "xml",
"path": "./xml.json"
}
]
}
}