1
0
Fork 0
nix-config/modules/neovim/snippets/package.json

24 lines
375 B
JSON

{
"name": "my-snippets",
"contributes": {
"snippets": [
{
"language": "go",
"path": "./go.json"
},
{
"language": "html",
"path": "./html.json"
},
{
"language": "nix",
"path": "./nix.json"
},
{
"language": "license",
"path": "./license.json"
}
]
}
}