fix(picker.lazy): don't use live searches. Fixes #809

This commit is contained in:
Folke Lemaitre 2025-01-31 06:28:01 +01:00
parent 84277a3e01
commit 1a5fd93b89
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 3 additions and 3 deletions

View file

@ -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