mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
fix(blink): add vim.snippet
fixes to blink (was already added to cmp). Fixes #5067
This commit is contained in:
parent
7019295373
commit
5ea3cfa48e
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue