Adding nvim snippet_engine option to README (#180)

This commit is contained in:
Luca Saccarola
2024-07-28 13:16:30 +02:00
committed by GitHub
parent 4a2f68d3ea
commit e52d88ec37

View File

@@ -112,7 +112,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`, `snippy`, `vsnip`.
Currently supported: `luasnip`, `snippy`, `vsnip`, `nvim`.
```lua
require('neogen').setup({ snippet_engine = "luasnip" })