dotfiles/config/nvim/snippets/package.json

11 lines
121 B
JSON

{
"name": "gotools",
"contributes": {
"snippets": [
{
"language": "go",
"path": "./go.json"
}
]
}
}