mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat: add snacks picker to octo.nvim
This commit is contained in:
parent
3f034d0a7f
commit
3d6e25ec2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue