We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff8079 commit fa9c06fCopy full SHA for fa9c06f
docs/extras/coding/neogen.md
@@ -31,6 +31,7 @@ opts = function(_, opts)
31
32
local map = {
33
["LuaSnip"] = "luasnip",
34
+ ["mini.snippets"] = "mini",
35
["nvim-snippy"] = "snippy",
36
["vim-vsnip"] = "vsnip",
37
}
@@ -56,6 +57,7 @@ end
56
57
```lua
58
{
59
"danymat/neogen",
60
+ dependencies = LazyVim.has("mini.snippets") and { "mini.snippets" } or {},
61
cmd = "Neogen",
62
keys = {
63
@@ -73,6 +75,7 @@ end
73
75
74
76
77
78
79
80
81
0 commit comments