Nvim: remove java snippets, add javascript snippets

This commit is contained in:
Marko Korhonen 2025-05-14 16:41:50 -05:00
parent d6f271a09a
commit 7f07fb2d2b
3 changed files with 10 additions and 16 deletions

View file

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