fix(blink): add vim.snippet fixes to blink (was already added to cmp). Fixes #5067

This commit is contained in:
Folke Lemaitre
2024-12-16 16:19:22 +01:00
parent 7019295373
commit 5ea3cfa48e

View File

@ -36,6 +36,11 @@ return {
---@module 'blink.cmp'
---@type blink.cmp.Config
opts = {
snippets = {
expand = function(snippet, _)
return LazyVim.cmp.expand(snippet)
end,
},
appearance = {
-- sets the fallback highlight groups to nvim-cmp's highlight groups
-- useful for when your theme doesn't support blink.cmp