mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-12-25 12:14:19 +01: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:
@@ -1,5 +1,6 @@
|
||||
return {
|
||||
"danymat/neogen",
|
||||
dependencies = LazyVim.has("mini.snippets") and { "mini.snippets" } or {},
|
||||
cmd = "Neogen",
|
||||
keys = {
|
||||
{
|
||||
@@ -17,6 +18,7 @@ return {
|
||||
|
||||
local map = {
|
||||
["LuaSnip"] = "luasnip",
|
||||
["mini.snippets"] = "mini",
|
||||
["nvim-snippy"] = "snippy",
|
||||
["vim-vsnip"] = "vsnip",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user