[docgen] Update doc/neogen.txt

skip-checks: true
This commit is contained in:
github-actions
2024-03-03 20:56:23 +00:00
parent f10d046863
commit 7bf529e3e4

View File

@@ -183,12 +183,14 @@ Feel free to submit a PR, I will be happy to help you !
We use semantic versioning ! (https://semver.org) We use semantic versioning ! (https://semver.org)
Here is the current Neogen version: Here is the current Neogen version:
> >
neogen.version = "2.15.3" neogen.version = "2.16.0"
< <
# Changelog~ # Changelog~
Note: We will only document `major` and `minor` versions, not `patch` ones. (only X and Y in X.Y.z) 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~ ## 2.15.0~
- Google docstrings now include "Yields:", whenever possible - Google docstrings now include "Yields:", whenever possible
## 2.14.0~ ## 2.14.0~
@@ -263,6 +265,7 @@ Some snippet engines come out of the box bundled with neogen:
- `"luasnip"` (https://github.com/L3MON4D3/LuaSnip) - `"luasnip"` (https://github.com/L3MON4D3/LuaSnip)
- `"snippy"` (https://github.com/dcampos/nvim-snippy) - `"snippy"` (https://github.com/dcampos/nvim-snippy)
- `"vsnip"` (https://github.com/hrsh7th/vim-vsnip) - `"vsnip"` (https://github.com/hrsh7th/vim-vsnip)
- `"nvim"` (`:h vim.snippet`)
If you want to customize the placeholders, you can use `placeholders_text` option: If you want to customize the placeholders, you can use `placeholders_text` option:
> >