mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix luasnip + blink snippet expand
This commit is contained in:
parent
ec5981dfb1
commit
c492dc69b7
1 changed files with 3 additions and 0 deletions
|
|
@ -72,6 +72,9 @@ return {
|
|||
opts = {
|
||||
snippets = {
|
||||
preset = "luasnip",
|
||||
expand = function(snippet)
|
||||
return require("luasnip").lsp_expand(snippet)
|
||||
end,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue