dotfiles/config/nvim/snippets/json.json

16 lines
305 B
JSON

{
"launch config": {
"body": [
"{",
"\t\"name\": \"Launch ${1}\",",
"\t\"type\": \"go\",",
"\t\"request\": \"launch\",",
"\t\"program\": \"cmd/${1}\",",
"\t\"args\": [${2}],",
"\t\"outputMode\": \"remote\"",
"}"
],
"description": "package header",
"prefix": "launch"
}
}