diff options
Diffstat (limited to 'luasnip_snippets/zsh.json')
| -rw-r--r-- | luasnip_snippets/zsh.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/luasnip_snippets/zsh.json b/luasnip_snippets/zsh.json new file mode 100644 index 0000000..7634060 --- /dev/null +++ b/luasnip_snippets/zsh.json @@ -0,0 +1,13 @@ +{ + "#!": { + "prefix": "#!", + "description": "#!/usr/bin/env zsh", + "body": [ + "#!/usr/bin/env zsh", + "$0" + ], + "luasnip": { + "priority": -49 + } + } +} |
