feat(picker.lazy): don't use grep. Parse spec files manually. Closes #972

This commit is contained in:
Folke Lemaitre 2025-02-07 07:16:30 +01:00
parent 698daf7cdf
commit 09280078e8
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 18 additions and 15 deletions

View file

@ -403,7 +403,6 @@ M.keymaps = {
--- Search for a lazy.nvim plugin spec
M.lazy = {
finder = "lazy_spec",
live = false,
pattern = "'",
}