Skip to content

Commit

Permalink
docs(custom snippets): fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi201 committed Apr 22, 2024
1 parent 793eeed commit a7f1456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/recipes/snippets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ return {
```

Depending on the location of your configuration (typically `~/.config/nvim`), create a subdirectory named `snippets`.
Custom snippets will be added to this `snippets` directory. They will follow the vscode style as described in the [documentation](https://github.com/l3mon4d3/luasnip/blob/master/doc.md#vscode-snippets-loader)
Custom snippets will be added to this `snippets` directory. They will follow the vscode style as described in the [documentation](https://github.com/l3mon4d3/luasnip/blob/master/DOC.md#vs-code)

This example Vue snippet is added as `snippets/vue.json`:

Expand Down

0 comments on commit a7f1456

Please sign in to comment.