mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat: an extra for mini.snippets. Added a remark regarding telescope and fzf-lua
This commit is contained in:
parent
cc07da5c10
commit
fdf1e593df
1 changed files with 2 additions and 1 deletions
|
|
@ -105,7 +105,8 @@ return {
|
|||
else
|
||||
LazyVim.cmp.actions.snippet_forward = nil
|
||||
-- stylua: ignore
|
||||
-- Close completion windows on snippet select to handle virtual text:
|
||||
-- Close completion windows on snippet select to remove virtual text
|
||||
-- Needed for fzf-lua and telescope, but not for mini.pick...
|
||||
ret.expand = { select = function(...) snippet_select(...) end, }
|
||||
end
|
||||
return ret
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue