pojokcodeid.nvim-lazy/mysnippets/package.json

10 lines
133 B
JSON
Raw Normal View History

2024-11-04 21:29:25 +07:00
{
"contributes": {
"snippets": [
{
"language": "html",
"path": "./html/snippets.json"
}
]
}
}