-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I'd like to display which project I'm currently in on my statusbar. I think the closest we'd have is to use the session load hooks, but I'm not sure we'd know which project we've just loaded into? And it also wouldn't tell us when we load up a project for the first time.
Describe the solution you'd like
I was thinking a global could be set, i.e. `vim.g.GnikDroy_projections.project = "MyProjectFolderName" each time the switcher is used or a sesion is loaded.
If appropriate, have you considered any alternatives?
We could provide hooks on the switcher as well, for people to pass in callbacks with receive the project name as an argument.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request