From e52d88ec379bb88690b76d4f4c0333ccc87fed5e Mon Sep 17 00:00:00 2001 From: Luca Saccarola <96259932+saccarosium@users.noreply.github.com> Date: Sun, 28 Jul 2024 13:16:30 +0200 Subject: [PATCH] Adding nvim snippet_engine option to README (#180) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" })