From 26341d565ac365904ecd6c98479903a2b0e11bdd Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Thu, 19 Jun 2025 02:57:51 +0300 Subject: =?UTF-8?q?=D0=A7=D1=82=2019=20=D0=B8=D1=8E=D0=BD=202025=2002:57:5?= =?UTF-8?q?1=20MSK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/nvim/snippets/json.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/nvim/snippets/json.json (limited to 'config/nvim/snippets/json.json') diff --git a/config/nvim/snippets/json.json b/config/nvim/snippets/json.json new file mode 100644 index 0000000..1564108 --- /dev/null +++ b/config/nvim/snippets/json.json @@ -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" + } +} -- cgit v1.2.3