aboutsummaryrefslogtreecommitdiff
path: root/nvim/snippets/powershell.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/powershell.json
parentmisc: add gitignore (diff)
nvim: remove config
Diffstat (limited to 'nvim/snippets/powershell.json')
-rw-r--r--nvim/snippets/powershell.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/nvim/snippets/powershell.json b/nvim/snippets/powershell.json
deleted file mode 100644
index 1f47642..0000000
--- a/nvim/snippets/powershell.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "snip1": {
- "prefix": "cmt",
- "body": [
- "#-------------------------------------------------------------------------------",
- "# $1",
- "#",
- "# $2",
- "#-------------------------------------------------------------------------------"
- ]
- },
- "snip2": {
- "prefix": "scmt",
- "body": [
- "# -----------------------------------------------------------------------------",
- "# - $1 -",
- "# -----------------------------------------------------------------------------$2"
- ]
- }
-}