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