Skip to content

Commit

Permalink
vim-laravel 0.4.0
Browse files Browse the repository at this point in the history
* Specify related entities in Projectionist configuration, such that,
  for example, `:Eprovider` invoked from `routes/web.php` jumps to
  `app/Providers/RouteServiceProvider.php`.
* Invoke artisan serve via :Start.
* Fix compatibility issue with recent Vims that caused error on startup.
  • Loading branch information
noahfrederick committed Oct 11, 2020
1 parent 40ec57a commit 299813e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon-info.json
@@ -1,6 +1,6 @@
{
"name": "laravel",
"version": "0.3.0",
"version": "0.4.0",
"author": "Noah Frederick",
"description": "Vim support for Laravel/Lumen projects",
"homepage": "https://github.com/noahfrederick/vim-laravel"
Expand Down

0 comments on commit 299813e

Please sign in to comment.