Skip to content

Commit e2d034a

Browse files
authored
feat(nvim-snippets): add neogen and blink cmp integration (#1555)
fix(nvim-snippets): fix neogen the snippet_engine option error and the blinks cmp snippets option error
1 parent 214faad commit e2d034a

File tree

1 file changed

+10
-0
lines changed
  • lua/astrocommunity/snippet/nvim-snippets

1 file changed

+10
-0
lines changed

lua/astrocommunity/snippet/nvim-snippets/init.lua

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,15 @@ return {
1414
table.insert(opts.sources, { name = "snippets", priority = 750 })
1515
end,
1616
},
17+
{
18+
"Saghen/blink.cmp",
19+
optional = true,
20+
opts = { snippets = { preset = "default" } },
21+
},
22+
{
23+
"danymat/neogen",
24+
optional = true,
25+
opts = { snippet_engine = "nvim" },
26+
},
1727
},
1828
}

0 commit comments

Comments
 (0)