diff options
author | claw0ry <me@claw0ry.net> | 2025-01-02 14:19:25 +0100 |
---|---|---|
committer | claw0ry <me@claw0ry.net> | 2025-01-02 14:19:25 +0100 |
commit | 6bde160f9790ce14bfce9ebbf2f25007a150bb04 (patch) | |
tree | 242a9eac883eda41540891bf48d8692c74ed1364 /nvim/snippets/go.json | |
parent | misc: add gitignore (diff) |
nvim: remove config
Diffstat (limited to 'nvim/snippets/go.json')
-rw-r--r-- | nvim/snippets/go.json | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/nvim/snippets/go.json b/nvim/snippets/go.json deleted file mode 100644 index 1b71808..0000000 --- a/nvim/snippets/go.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "snip1": { - "prefix": "cmt", - "body": [ - "//-------------------------------------------------------------------------------", - "// $1", - "//", - "// $2", - "//-------------------------------------------------------------------------------" - ] - }, - "snip2": { - "prefix": "scmt", - "body": [ - "// -----------------------------------------------------------------------------", - "// - $1 -", - "// -----------------------------------------------------------------------------$2" - ] - } -} |