Did you check existing requests?
Describe the feature
Make quickfix extension save and load all quickfix lists (the one accessible via :colder and :cnewer)
Provide background
- Multiple times
:grep ...
lua require("resession").save()
- Reopen
nvim
lua require("resession").load()
- Only last quickfix list is saved
What is the significance of this feature?
nice to have
Additional details
No response
Did you check existing requests?
Describe the feature
Make quickfix extension save and load all quickfix lists (the one accessible via
:colderand:cnewer)Provide background
:grep ...lua require("resession").save()nvimlua require("resession").load()What is the significance of this feature?
nice to have
Additional details
No response