feat(vim): add some snippets for markdown and reviewing
This commit is contained in:
parent
11dc038c50
commit
c6a4f619bf
2 changed files with 19 additions and 0 deletions
|
|
@ -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>
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
# name: Github suggestion comment
|
||||||
|
# key: suggestion
|
||||||
|
# contributor: Ade Attwood <code@adeattwood.co.uk>
|
||||||
|
# filetypes: prr
|
||||||
|
# --
|
||||||
|
```suggestion
|
||||||
|
$0
|
||||||
|
```
|
||||||
Loading…
Reference in a new issue