vim-laravel icon indicating copy to clipboard operation
vim-laravel copied to clipboard

Vim support for Laravel/Lumen projects

Results 6 vim-laravel issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Adds a `:Homestead` command for interacting with the Homestead VM from Vim's command line. ```vimhelp :Homestead {cmd} *:Homestead* Invoke shell {cmd} on the Homestead VM over SSH. Several strategies are...

enhancement

Is there any planned support for other completion managers, such as Deoplete?

enhancement
help wanted

It would be awesome if `gf` while inside `route('route.name')` would take the user to the route handler. I figure maybe this feature could leverage `artisan route:list` behind the scenes. This...

enhancement

Add Laravel adapter for [db.vim](https://github.com/tpope/vim-db): :DB laravel:connection_name ... See https://github.com/tpope/vim-heroku/commit/2ff8c202db66ab960856d484f6bb3ca86825d0d2

enhancement