Open snoblenet opened 4 months ago
You could register traditional_repo
mono_repo
and package
as separate workspaces with this plugin just fine. I'm not sure if that is what you are asking about though!
It is. But related to my other issue, this is something I'd want to control manually.
Also, by default, would file_3
then belong to two workspaces? (mono_repo
and package
)
Yes file_3 would be in two separate workspaces. All a workspace does is allow you to set the working directory of nvim
I have:
Is it practical to configure
workspaces.nvim
so that:file_1
belongs totraditional_repo
,file_2
belongs tomono_repo
, andfile_3
belongs topackage
?