diff --git a/README.md b/README.md index e97c22a..6912d31 100644 --- a/README.md +++ b/README.md @@ -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" })