mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-03 18:28:38 +00:00
fix(picker.lazy): don't use live searches. Fixes #809
This commit is contained in:
parent
84277a3e01
commit
1a5fd93b89
2 changed files with 3 additions and 3 deletions
|
@ -374,8 +374,8 @@ M.keymaps = {
|
|||
--- Search for a lazy.nvim plugin spec
|
||||
M.lazy = {
|
||||
finder = "lazy_spec",
|
||||
live = true,
|
||||
search = "'",
|
||||
live = false,
|
||||
pattern = "'",
|
||||
}
|
||||
|
||||
-- Search lines in the current buffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue