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: >