dotfiles/home/.config/nvim/snippets/javascript.json

8 lines
173 B
JSON

{
"logVariable": {
"scope": "javascript",
"prefix": "logvar",
"description": "Log the variable under the cursor",
"body": ["console.log('$1', $1);"]
}
}