nvim-neotest / neotest-plenary

MIT License
38 stars 12 forks source link

Supply custom globs for min_init? #15

Open chipsenkbeil opened 8 months ago

chipsenkbeil commented 8 months ago

Is there a way to supply a custom glob to min_init? Reading the code, it looks like you either use globs or an explicitly-defined path.

My plugin projects use spec for the test directory with a init.lua or some other variant inside, so was hoping to add a glob to the list.