[docgen] Update doc/neogen.txt
skip-checks: true
This commit is contained in:
@@ -182,12 +182,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:
|
||||||
>lua
|
>lua
|
||||||
neogen.version = "2.19.4"
|
neogen.version = "2.20.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.20.0~
|
||||||
|
- Add support for `mini` snippet engine ! (see |neogen-snippet-integration|)
|
||||||
## 2.19.0~
|
## 2.19.0~
|
||||||
- Add support for julia (`julia`) ! (#185)
|
- Add support for julia (`julia`) ! (#185)
|
||||||
## 2.18.0~
|
## 2.18.0~
|
||||||
@@ -273,6 +275,7 @@ Some snippet engines come out of the box bundled with neogen:
|
|||||||
- `"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`)
|
- `"nvim"` (`:h vim.snippet`)
|
||||||
|
- `"mini"` (https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-snippets.md)
|
||||||
|
|
||||||
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:
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user