dotfiles/home/.config/lvim/snippets/package.json

16 lines
276 B
JSON
Raw Normal View History

2022-10-29 18:25:42 +00:00
{
"name": "nvim-snippets",
"author": "ItsDrike",
"engines": {
"vscode": "^1.11.0"
},
"contributes": {
"snippets": [
{
"language": "python",
"path": "./python.json"
}
]
}
}