mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-03 18:28:38 +00:00
feat(picker): added lazy
source to search for a plugin spec. Closes #680
This commit is contained in:
parent
9d5d3bdb17
commit
d03bd00ced
2 changed files with 44 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue