summaryrefslogtreecommitdiff
path: root/config/nvim/snippets/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/nvim/snippets/package.json')
-rw-r--r--config/nvim/snippets/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/nvim/snippets/package.json b/config/nvim/snippets/package.json
new file mode 100644
index 0000000..7c7e94a
--- /dev/null
+++ b/config/nvim/snippets/package.json
@@ -0,0 +1,11 @@
+{
+ "name": "gotools",
+ "contributes": {
+ "snippets": [
+ {
+ "language": "go",
+ "path": "./go.json"
+ }
+ ]
+ }
+}