feat(vim): add some snippets for markdown and reviewing

This commit is contained in:
Ade Attwood 2023-11-04 08:47:23 +00:00
parent 11dc038c50
commit c6a4f619bf
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# name: Collapsible details tag
# key: collapsible
# contributor: Ade Attwood <code@adeattwood.co.uk>
# filetypes: markdown
# --
<details>
<summary>${1}</summary>
${0}
</details>

View file

@ -0,0 +1,8 @@
# name: Github suggestion comment
# key: suggestion
# contributor: Ade Attwood <code@adeattwood.co.uk>
# filetypes: prr
# --
```suggestion
$0
```