mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 10:39:41 +00:00
16 lines
276 B
JSON
16 lines
276 B
JSON
|
{
|
||
|
"name": "nvim-snippets",
|
||
|
"author": "ItsDrike",
|
||
|
"engines": {
|
||
|
"vscode": "^1.11.0"
|
||
|
},
|
||
|
"contributes": {
|
||
|
"snippets": [
|
||
|
{
|
||
|
"language": "python",
|
||
|
"path": "./python.json"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|