Skip to content

Requirements

Noah Frederick edited this page Jul 23, 2019 · 5 revisions

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

Plug 'tpope/vim-dispatch'             "| Optional
Plug 'tpope/vim-projectionist'        "|
Plug 'noahfrederick/vim-composer'     "|
Plug 'noahfrederick/vim-laravel'

Clone this wiki locally