Skip to content

Commit

Permalink
fix(README): style
Browse files Browse the repository at this point in the history
  • Loading branch information
xudyang1 committed Jan 17, 2025
1 parent 5c54ffa commit 6036ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ loaders and their benefits. The following list serves only as a short overview.
-- load snippets from path/of/your/nvim/config/my-cool-snippets
require("luasnip.loaders.from_vscode").lazy_load({ paths = { "./my-cool-snippets" } })

(Note: It's mandatory to have a 'package.json' file in the snippet directory. For examples, see documentation.)
-- (Note: It's mandatory to have a 'package.json' file in the snippet directory. For examples, see documentation.)
```
For more info on the VS Code loader, check the [examples](https://github.com/L3MON4D3/LuaSnip/blob/b5a72f1fbde545be101fcd10b70bcd51ea4367de/Examples/snippets.lua#L501) or [documentation](https://github.com/L3MON4D3/LuaSnip/blob/master/DOC.md#loaders).

Expand Down

0 comments on commit 6036ed9

Please sign in to comment.