diff options
Diffstat (limited to 'luasnip_snippets/snippets.json')
| -rw-r--r-- | luasnip_snippets/snippets.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/luasnip_snippets/snippets.json b/luasnip_snippets/snippets.json new file mode 100644 index 0000000..fe06430 --- /dev/null +++ b/luasnip_snippets/snippets.json @@ -0,0 +1,7 @@ +{ + "vis": { + "prefix": "vis", + "description": "${VISUAL}", + "body": "\\${VISUAL${1:${2:default}${3:/transform/}}\\}" + } +} |
