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/css.json | |
parent | misc: add gitignore (diff) |
nvim: remove config
Diffstat (limited to 'nvim/snippets/css.json')
-rw-r--r-- | nvim/snippets/css.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/nvim/snippets/css.json b/nvim/snippets/css.json deleted file mode 100644 index 22106f4..0000000 --- a/nvim/snippets/css.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "snip1": { - "prefix": "scmt", - "body": [ - "/* -----------------------------------------------------------------------------", - " * - $1 -", - " * -----------------------------------------------------------------------------*/$2" - ] - } -} |