lune-org/lune

`lune -l` does not detect directories with `init.lua/u` in it.

howmanysmall opened this issue · 0 comments

I know if you do lune .lune/Productify, with Productify being a directory, lune handles it just fine, but it doesn't register it when you list it.

The current solution seems to be just doing a file with require("./Productify"), but that's a bit yuck. Would be nice to not have to do this.