mackeper / SeshMgr.nvim

Session management plugin for Neovim
MIT License
8 stars 0 forks source link

[FEATURE] autoload #14

Open mackeper opened 6 months ago

mackeper commented 6 months ago

Is there an existing feature request for this?

Description

Add autoload of session associated with cwd.

Proposed Solution

Setup autocmd to call session_load_current if exists.

Alternatives Considered

No response

Additional Context

No response