Skip to content

Requirements

Noah Frederick edited this page Jan 30, 2018 · 5 revisions

Laravel.vim has optional dependencies on composer.vim, dispatch.vim (the :Console command), projectionist.vim (navigation commands), and nvim-completion-manager (insert-mode completion):

Plug 'tpope/vim-dispatch'             "| Optional
Plug 'tpope/vim-projectionist'        "|
Plug 'roxma/nvim-completion-manager'  "|
Plug 'noahfrederick/vim-composer'     "|
Plug 'noahfrederick/vim-laravel'
Clone this wiki locally