Add custom snippets to LuaSnip
This commit is contained in:
parent
032a7614ee
commit
5775a8a3ba
3 changed files with 37 additions and 2 deletions
14
home/.config/nvim/snippets/package.json
Normal file
14
home/.config/nvim/snippets/package.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "functionalhacker-snippets",
|
||||
"engines": {
|
||||
"vscode": "^1.11.0"
|
||||
},
|
||||
"contributes": {
|
||||
"snippets": [
|
||||
{
|
||||
"language": "java",
|
||||
"path": "./java.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue