stevearc / resession.nvim

A replacement for mksession with a better API
MIT License
175 stars 13 forks source link

fix: use the provided dir in `resession.load()` and `resession.delete()` #39

Closed willothy closed 9 months ago

willothy commented 9 months ago

load and delete currently ignore the dir provided in options, only listing sessions from the main session directory. This PR passes the dir to list so that the correct dir is used if it is passed in the opts dict.

stevearc commented 9 months ago

Thanks for the PR!