feat(snippets): Add snippy support (#93)

This commit is contained in:
i3Cheese
2022-06-15 11:45:46 +03:00
committed by GitHub
parent d5326a114a
commit 17dd80c236
3 changed files with 22 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ And this is done via the `snippet_engine` option in neogen's setup:
- `snippet_engine` option will use provided engine to place the annotations:
Currently supported: `luasnip`.
Currently supported: `luasnip`, `snippy`.
```lua
require('neogen').setup({ snippet_engine = "luasnip" })