mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-26 18:59:00 +02:00
fix(snacks): add to editor.lua
This commit is contained in:
parent
6bdeeac529
commit
4e8bf608a8
1 changed files with 6 additions and 0 deletions
|
@ -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,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue