feat: add snacks picker to octo.nvim

This commit is contained in:
Feliche-Demian Netliukh 2025-04-06 10:38:18 +01:00
parent 3f034d0a7f
commit 3d6e25ec2b
No known key found for this signature in database

View file

@ -47,7 +47,7 @@ return {
elseif LazyVim.has("fzf-lua") then
opts.picker = "fzf-lua"
else
LazyVim.error("`octo.nvim` requires `telescope.nvim` or `fzf-lua`")
opts.picker = "snacks"
end
-- Keep some empty windows in sessions