feat: an extra for mini.snippets. Added a remark regarding telescope and fzf-lua

This commit is contained in:
abeldekat 2025-01-04 22:04:48 +01:00
parent cc07da5c10
commit fdf1e593df

View file

@ -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