Files
nvim/lua/snippets/javascript-vue.json
2025-04-24 12:01:48 +01:00

10 lines
154 B
JSON

{
"Log function": {
"prefix": "du",
"body": [
"console.log($0);"
],
"description": "Log variable"
}
}