Чт 19 июн 2025 02:57:51 MSK
This commit is contained in:
parent
a45c845978
commit
26341d565a
10 changed files with 162 additions and 16 deletions
16
config/nvim/snippets/json.json
Normal file
16
config/nvim/snippets/json.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
|
@ -5,6 +5,10 @@
|
|||
{
|
||||
"language": "go",
|
||||
"path": "./go.json"
|
||||
},
|
||||
{
|
||||
"language": "json",
|
||||
"path": "./json.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue