From 7bf529e3e4cc292bba9d2e003a4d8c5c5b6d235d Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 3 Mar 2024 20:56:23 +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 6223ad3..1c52eed 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.15.3" + neogen.version = "2.16.0" < # Changelog~ Note: We will only document `major` and `minor` versions, not `patch` ones. (only X and Y in X.Y.z) +## 2.16.0~ + - Add support for `nvim` snippet engine (default nvim snippet engine) ! (see |neogen-snippet-integration|) ## 2.15.0~ - Google docstrings now include "Yields:", whenever possible ## 2.14.0~ @@ -263,6 +265,7 @@ 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) +- `"nvim"` (`:h vim.snippet`) If you want to customize the placeholders, you can use `placeholders_text` option: >