fix(snacks): add to editor.lua

This commit is contained in:
Folke Lemaitre 2025-01-11 18:21:47 +01:00
parent 6bdeeac529
commit 4e8bf608a8
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -397,4 +397,10 @@ return {
return LazyVim.pick.want() == "telescope" return LazyVim.pick.want() == "telescope"
end, end,
}, },
{
import = "lazyvim.plugins.extras.editor.snacks_picker",
enabled = function()
return LazyVim.pick.want() == "snacks"
end,
},
} }