workspaces.nvim icon indicating copy to clipboard operation
workspaces.nvim copied to clipboard

Support for exrc?

Open JohnWilliston opened this issue 10 months ago • 0 comments

First, thanks for your lovely plugin. I've really been getting a lot of mileage out of it lately switching from one workspace to another in conjunction with the auto-session plugin to save and load sessions in those workspace folders. It's great!

The one problem I've been having is that it doesn't seem to support Vim's exrc feature. I have to use project specific configuration files, which I name .nvim.lua according to convention, which configure things like make commands, debugging details, etc. If I manually change to a project folder in my command shell and launch Neovim in that folder, then the exrc feature makes sure all that stuff gets executed. But if I use your plugin to switch to a given workspace folder, that doesn't happen.

So I wonder: is there any way to add support for the exrc mechanics? It's the one thing holding me back from having a setup that lets me change project folders quickly, restore all the files from my prior session, and then immediately get busy working on that project.

JohnWilliston avatar Jan 03 '25 03:01 JohnWilliston