We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5dbc1 commit 61ad8adCopy full SHA for 61ad8ad
README.md
@@ -230,3 +230,26 @@ ls.setup({
230
| `slw!` | Expands to `StatelessWidget` class. | No |
231
232
</details>
233
+
234
+<details>
235
+<summary>Nix</summary>
236
237
+#### Normal Snippets
238
239
+| Trig | Desc | Context Required |
240
+| :-------: | -------------------------------- | :--------------: |
241
+| `@module` | Expands to a nix module declare. | No |
242
243
+#### Postfix Snippets
244
245
+```scheme
246
+[
247
+ (identifier)
248
+] @prefix
249
+```
250
251
+| Trig | Desc (placehoder: `?`) | Expr before cursor |
252
+| :---: | ----------------------------------- | :----------------: |
253
+| `.on` | Expands to enable option statement. | `any_expr` |
254
255
+</details>
0 commit comments