stevearc / resession.nvim

A replacement for mksession with a better API
MIT License
220 stars 15 forks source link

feat: add `tab_scoped` prop to `get_current_session_info` dict #42

Closed willothy closed 12 months ago

willothy commented 12 months ago

Callers of get_current_session_info may want to check whether the session is tab-scoped or globally scoped.

stevearc commented 12 months ago

LGTM thanks!