initial
This commit is contained in:
commit
8cc59af68e
37 changed files with 72435 additions and 0 deletions
55
lua/snippets/package.json
Executable file
55
lua/snippets/package.json
Executable file
|
|
@ -0,0 +1,55 @@
|
|||
{
|
||||
"name": "nvim-snippets",
|
||||
"author": "LucasF",
|
||||
"engines": {
|
||||
"vscode": "^1.11.0"
|
||||
},
|
||||
"contributes": {
|
||||
"snippets": [
|
||||
{
|
||||
"language": "python",
|
||||
"path": "./python.json"
|
||||
},
|
||||
{
|
||||
"language": "python",
|
||||
"path": "./django-python.json"
|
||||
},
|
||||
{
|
||||
"language": "htmldjango",
|
||||
"path": "./django.json"
|
||||
},
|
||||
{
|
||||
"language": "htmldjango",
|
||||
"path": "./bootstrap.json"
|
||||
},
|
||||
{
|
||||
"language": "htmldjango",
|
||||
"path": "./dripicons.json"
|
||||
},
|
||||
{
|
||||
"language": "htmldjango",
|
||||
"path": "./hero_outline.json"
|
||||
},
|
||||
{
|
||||
"language": "htmldjango",
|
||||
"path": "./material.json"
|
||||
},
|
||||
{
|
||||
"language": "htmldjango",
|
||||
"path": "./hero_solid.json"
|
||||
},
|
||||
{
|
||||
"language": "go",
|
||||
"path": "./golang.json"
|
||||
},
|
||||
{
|
||||
"language": "sql",
|
||||
"path": "./sql.json"
|
||||
},
|
||||
{
|
||||
"language": "markdown",
|
||||
"path": "./md.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue