dotfiles/home/.config/lvim/snippets/package.json
2022-11-20 03:14:18 +01:00

16 lines
276 B
JSON

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