Files
nvim/lua/snippets/javascript-vue.json

10 lines
154 B
JSON
Raw Normal View History

2025-04-24 11:59:36 +01:00
{
"Log function": {
"prefix": "du",
"body": [
"console.log($0);"
],
"description": "Log variable"
}
}