Skip to content

Commit a3cc338

Browse files
author
Marc Jakobi
committed
docs(readme): fix gifs
1 parent ced98aa commit a3cc338

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,53 +88,53 @@ ls.add_snippets('haskell', haskell_snippets, { key = 'haskell' })
8888

8989
- Trigger: `lang`
9090

91-
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/18bf238a-ea23-4206-97ab-421a7896bfd2)
91+
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/31a6f298-c2c3-4526-a1bf-430a91ee9911)
9292

9393
#### `haskell-snippets.pragmas.discover`
9494

9595
- Trigger: `discover`
9696

97-
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/d80c6209-f324-4a1c-ae3c-9e4f1245a113)
97+
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/0a5cabc3-1e58-48ff-9ac0-4abea61484ee)
9898

9999
#### `haskell-snippets.pragmas.nowarn`
100100

101101
- Trigger: `nowarn`
102102

103-
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/ba95a3cd-fc68-4adb-9011-82e39ffc742c)
103+
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/3ded002b-9f8f-4a9e-9d9d-587a9187af62)
104104

105105
### Module and imports
106106

107107
#### `haskell-snippets.module.mod`
108108

109109
- Trigger: `mod`
110110

111-
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/ade2cb77-10de-4183-bded-163caf3cc8f7)
111+
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/173bae48-39ba-4cc8-a5aa-24a41fb34bef)
112112

113113
#### `haskell-snippets.module.qual`
114114

115115
- Trigger: `qual`
116116

117-
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/2fbd5f6d-2c8b-4f8c-b1f1-39bc4bd8f549)
117+
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/c62eac49-e06c-4ed9-9a9c-b987c1ad498c)
118118

119119
### Data and typeclasses
120120

121121
#### `haskell-snippets.data.adt`
122122

123123
- Trigger: `adt`
124124

125-
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/6a4fbc24-ab83-440a-971b-5d7373f52ce0)
125+
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/668115de-5a2c-4ed8-b962-badf39337d99)
126126

127127
#### `haskell-snippets.data.newtype`
128128

129129
- Trigger: `new`
130130

131-
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/769459ed-6149-4f84-bd97-60570749938f)
131+
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/69632453-eae2-49a4-8f21-d13276510aba)
132132

133133
#### `haskell-snippets.data.rec`
134134

135135
- Trigger: `rec`
136136

137-
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/e633ee97-48ad-462e-949f-8c140f7bd086)
137+
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/dbe341b7-8af4-49c4-a41f-362341dd9248)
138138

139139
#### `haskell-snippets.data.cls`
140140

0 commit comments

Comments
 (0)