Did you check existing requests?
Describe the feature
An extension similar to quickfix that saves location lists
Provide background
- Use
:lgrep ...
lua require("resession").save()
- Reopen
nvim
lua require("resession").load()
Get no location lists.
Also, it would be cool if it saved not only the last one but also previous (the one accessible via :lolder and lnewer).
What is the significance of this feature?
nice to have
Additional details
No response
Did you check existing requests?
Describe the feature
An extension similar to quickfix that saves location lists
Provide background
:lgrep ...lua require("resession").save()nvimlua require("resession").load()Get no location lists.
Also, it would be cool if it saved not only the last one but also previous (the one accessible via
:lolderandlnewer).What is the significance of this feature?
nice to have
Additional details
No response