cursorless-dev / cursorless

Don't let the cursor slow you down
https://www.cursorless.org/
MIT License
1.09k stars 77 forks source link

neovim: test-harness code should use the root init.lua #2454

Open fidgetingbits opened 1 week ago

fidgetingbits commented 1 week ago

Now that pokey added a debug/test init.lua at the root folder, I think it probably makes sense that the test harness just uses that rather than maintain its own at packages/test-harness/src/config/init.lua? The only thing I'm not sure is if a sub package like test-harness can actually files from the parent folder or if its confined to its own workspace. I don't plan to look at this for now, so just filing so we don't forget.

Caveat is test setup will use lazy and other plugins that aren't critical too running the test tar ness.