From abb619bd761ba47dc31c46a1be25f4f0abe1823c Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 15 Oct 2022 21:59:45 +0000 Subject: [PATCH] [docgen] Update doc/neogen.txt skip-checks: true --- doc/neogen.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/neogen.txt b/doc/neogen.txt index 5111a36..3c3d383 100644 --- a/doc/neogen.txt +++ b/doc/neogen.txt @@ -183,12 +183,14 @@ Feel free to submit a PR, I will be happy to help you ! We use semantic versioning ! (https://semver.org) Here is the current Neogen version: > - neogen.version = "2.8.1" + neogen.version = "2.9.0" < # Changelog~ Note: We will only document `major` and `minor` versions, not `patch` ones. (only X and Y in X.Y.z) +## 2.9.0~ + - Add support for `vsnip` snippet engine ! (see |neogen-snippet-integration|) ## 2.8.0~ - Specify annotation convention on `generate()` method (see |neogen.generate()|) ## 2.7.0~ @@ -243,6 +245,7 @@ To use a snippet engine, pass the option into neogen setup: Some snippet engines come out of the box bundled with neogen: - `"luasnip"` (https://github.com/L3MON4D3/LuaSnip) - `"snippy"` (https://github.com/dcampos/nvim-snippy) +- `"vsnip"` (https://github.com/hrsh7th/vim-vsnip) If you want to customize the placeholders, you can use `placeholders_text` option: >