pojokcodeid.nvim-lazy/mysnippets/package.json
2024-11-04 21:29:25 +07:00

10 lines
No EOL
133 B
JSON

{
"contributes": {
"snippets": [
{
"language": "html",
"path": "./html/snippets.json"
}
]
}
}