mackeper / SeshMgr.nvim

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

[FEATURE] lualine support #9

Open mackeper opened 3 months ago

mackeper commented 3 months ago

Is there an existing feature request for this?

Description

Show the current session in lualine.

Use Case

Show the current session in lualine

Proposed Solution

Simply add a function that returns a string with the current session.

Alternatives Considered

No response

Additional Context

No response

mackeper commented 3 months ago

The name of the session is just vim.fn.getcwd(). Maybe, we should instead just show the last folder in that path?

mackeper commented 3 months ago

Should we show in lualine if there is an session already available?