diff options
| author | 2025-06-04 12:06:36 +0300 | |
|---|---|---|
| committer | 2025-06-04 12:06:36 +0300 | |
| commit | 27416cef9979882ee8c1da819d48216974c46535 (patch) | |
| tree | c5c074c2ffd13b00a3534931c9bc5f48b633a4a6 /nvim/snippets | |
| parent | 30.05.2025 (diff) | |
| download | dotfiles-27416cef9979882ee8c1da819d48216974c46535.tar.gz dotfiles-27416cef9979882ee8c1da819d48216974c46535.tar.bz2 dotfiles-27416cef9979882ee8c1da819d48216974c46535.tar.xz dotfiles-27416cef9979882ee8c1da819d48216974c46535.zip | |
04.06.2025
Diffstat (limited to 'nvim/snippets')
| -rw-r--r-- | nvim/snippets/package.json | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/nvim/snippets/package.json b/nvim/snippets/package.json index efb2b49..7c7e94a 100644 --- a/nvim/snippets/package.json +++ b/nvim/snippets/package.json @@ -1,32 +1,5 @@ { "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": [ { |
