aboutsummaryrefslogtreecommitdiff
path: root/nvim/snippets/package.json
diff options
context:
space:
mode:
authorclaw0ry <me@claw0ry.net>2025-01-02 14:19:25 +0100
committerclaw0ry <me@claw0ry.net>2025-01-02 14:19:25 +0100
commit6bde160f9790ce14bfce9ebbf2f25007a150bb04 (patch)
tree242a9eac883eda41540891bf48d8692c74ed1364 /nvim/snippets/package.json
parentmisc: add gitignore (diff)
nvim: remove config
Diffstat (limited to 'nvim/snippets/package.json')
-rw-r--r--nvim/snippets/package.json42
1 files changed, 0 insertions, 42 deletions
diff --git a/nvim/snippets/package.json b/nvim/snippets/package.json
deleted file mode 100644
index d6f2cb4..0000000
--- a/nvim/snippets/package.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "name": "example-snippets",
- "contributes": {
- "snippets": [
- {
- "language": "all",
- "path": "./all.json"
- },
- {
- "language": "go",
- "path": "./go.json"
- },
- {
- "language": "javascript",
- "path": "./javascript.json"
- },
- {
- "language": "css",
- "path": "./css.json"
- },
- {
- "language": [
- "ps1",
- "powershell"
- ],
- "path": "./powershell.json"
- },
- {
- "language": "python",
- "path": "./python.json"
- },
- {
- "language": [
- "terraform",
- "hcl",
- "tf"
- ],
- "path": "./terraform.json"
- }
- ]
- }
-}