fix(blink): add vim.snippet
fixes to blink (was already added to cmp). Fixes #5067
This commit is contained in:
@ -36,6 +36,11 @@ return {
|
|||||||
---@module 'blink.cmp'
|
---@module 'blink.cmp'
|
||||||
---@type blink.cmp.Config
|
---@type blink.cmp.Config
|
||||||
opts = {
|
opts = {
|
||||||
|
snippets = {
|
||||||
|
expand = function(snippet, _)
|
||||||
|
return LazyVim.cmp.expand(snippet)
|
||||||
|
end,
|
||||||
|
},
|
||||||
appearance = {
|
appearance = {
|
||||||
-- sets the fallback highlight groups to nvim-cmp's highlight groups
|
-- sets the fallback highlight groups to nvim-cmp's highlight groups
|
||||||
-- useful for when your theme doesn't support blink.cmp
|
-- useful for when your theme doesn't support blink.cmp
|
||||||
|
Reference in New Issue
Block a user