mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 08:35:53 +02:00
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:
parent
45d94b3197
commit
5788b9d1e0
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue