kickstart.nvim/my-snippets/package.json

15 lines
207 B
JSON

{
"name": "my-snippets",
"engines": {
"vscode": "^1.11.0"
},
"contributes": {
"snippets": [
{
"language": "python",
"path": "./snippets/python.json"
}
]
}
}