Nvim: remove java snippets, add javascript snippets
This commit is contained in:
parent
d6f271a09a
commit
7f07fb2d2b
3 changed files with 10 additions and 16 deletions
8
home/.config/nvim/snippets/javascript.json
Normal file
8
home/.config/nvim/snippets/javascript.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"logVariable": {
|
||||
"scope": "javascript",
|
||||
"prefix": "logvar",
|
||||
"description": "Log the variable under the cursor",
|
||||
"body": ["console.log('$1', $1);"]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue