Open
Description
Thanks for this plugin! It's really helped speed up my dev workflow.
I'm still pretty new to vim, so I'm not sure I'll explain this with the correct terminology.
My development usually starts like:
cd repo-to-work-on
vim .
At some point I'll want to make a new test/model/migration/something. So I usually will open a new window: <C-w> n
At this point, unfortunately it seems it's not detecting that I'm inside a Laravel ecosystem, so :Artisan
will complain:
E492: Not an editor command: Artisan
I've tried to understand the detection process but this is a bit over my head right now. Am I misunderstanding something? Is there a way to get this to work for my use case?