Skip to content

Commit d4651d5

Browse files
author
Marc Jakobi
committed
docs(readme): add some more gifs
1 parent 5133fc7 commit d4651d5

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -181,34 +181,38 @@ ls.add_snippets('haskell', haskell_snippets, { key = 'haskell' })
181181
#### `haskell-snippets.expressions.if_expr`
182182

183183
- Trigger: `if`
184-
- [ ] TODO: Add gif
184+
185+
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/a4f67a0b-3151-41e3-819d-7815d4253479)
185186

186187
#### `haskell-snippets.expressions.if_expr_multiline`
187188

188189
- Trigger: `iff`
189-
- [ ] TODO: Add gif
190190

191-
#### `haskell-snippets.expressions.case`
191+
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/e450802a-756f-4882-8125-05994e48457c)
192192

193193
- Trigger: `case`
194-
- [ ] TODO: Add gif
194+
195+
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/8d0fbfeb-00c2-4644-b7a4-9d5993a852ea)
195196

196197
#### `haskell-snippets.expressions.lambdacase`
197198

198199
- Trigger: `\case`
199-
- [ ] TODO: Add gif
200+
201+
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/629670c7-93a7-4c34-a431-9eee55092d6a)
200202

201203
### QuasiQuotes
202204

203205
#### `haskell-snippets.quasiquotes.qq`
204206

205207
- Trigger: `qq`
206-
- [ ] TODO: Add gif
208+
209+
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/5571f27f-632b-41c2-ab28-d3c3f6116797)
207210

208211
#### `haskell-snippets.quasiquotes.sql`
209212

210213
- Trigger: `sql`
211-
- [ ] TODO: Add gif
214+
215+
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/92b3ba4e-84dd-44ca-b20d-483acd04df6d)
212216

213217
## Contributing
214218

0 commit comments

Comments
 (0)