feat(picker): added lazy source to search for a plugin spec. Closes #680

This commit is contained in:
Folke Lemaitre 2025-01-23 13:04:00 +01:00
parent 9d5d3bdb17
commit d03bd00ced
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 44 additions and 0 deletions

View file

@ -328,6 +328,13 @@ M.keymaps = {
},
}
--- Search for a lazy.nvim plugin spec
M.lazy = {
finder = "lazy_spec",
live = true,
search = "'",
}
-- Search lines in the current buffer
---@class snacks.picker.lines.Config: snacks.picker.Config
---@field buf? number