From 446d2716e7bb83e58fb516ec27e5c7750069e98c Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Fri, 2 May 2025 16:05:47 +0300 Subject: =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D1=88=D0=B5=D0=BB=20=D0=BD?= =?UTF-8?q?=D0=B0=20lazy=20nvim,=20=D0=BD=D0=B0=D0=B2=D0=B5=D0=BB=20=D0=BF?= =?UTF-8?q?=D0=BE=D1=80=D1=8F=D0=B4=D0=BE=D0=BA=20=D0=B2=20=D0=BF=D0=BB?= =?UTF-8?q?=D0=B0=D0=B3=D0=B8=D0=BD=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/snippets/package.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 nvim/snippets/package.json (limited to 'nvim/snippets/package.json') diff --git a/nvim/snippets/package.json b/nvim/snippets/package.json new file mode 100644 index 0000000..efb2b49 --- /dev/null +++ b/nvim/snippets/package.json @@ -0,0 +1,38 @@ +{ + "name": "gotools", + "displayName": "Golang Tools", + "description": "Tools for productive work", + "version": "0.1.5", + "engines": { + "vscode": "^1.80.0" + }, + "publisher": "neonxp", + "license": "GPL-3.0-or-later", + "author": { + "name": "Alexander NeonXP Kiryukhin", + "email": "a.kiryukhin@mail.ru", + "url": "https://neonxp.ru/" + }, + "repository": { + "type": "git", + "url": "https://github.com/neonxp/GoTools" + }, + "icon": "icon.png", + "categories": [ + "Programming Languages", + "Snippets", + "Other" + ], + "keywords": [ + "go", + "golang" + ], + "contributes": { + "snippets": [ + { + "language": "go", + "path": "./go.json" + } + ] + } +} -- cgit v1.2.3