I have: ``` /traditional_repo file_1 /mono_repo file_2 /packages /package file_3 ``` Is it practical to configure `workspaces.nvim` so that: - `file_1` belongs to `traditional_repo`, - `file_2` belongs to `mono_repo`, and - `file_3` belongs to `package`?