feat(extras): setup neogen and mini.snippets integration (#5594)

## Description

Configure neogen and mini.snippets integration.

See also #5593.

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
This commit is contained in:
Roland Kaminski 2025-02-14 17:32:33 +01:00 committed by GitHub
parent 45d94b3197
commit 5788b9d1e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,6 @@
return { return {
"danymat/neogen", "danymat/neogen",
dependencies = LazyVim.has("mini.snippets") and { "mini.snippets" } or {},
cmd = "Neogen", cmd = "Neogen",
keys = { keys = {
{ {
@ -17,6 +18,7 @@ return {
local map = { local map = {
["LuaSnip"] = "luasnip", ["LuaSnip"] = "luasnip",
["mini.snippets"] = "mini",
["nvim-snippy"] = "snippy", ["nvim-snippy"] = "snippy",
["vim-vsnip"] = "vsnip", ["vim-vsnip"] = "vsnip",
} }