phpactor integration for nvim-completion-manager

phpactor

Installation

Assuming you're using vim-plug

" requires nvim-completion-manager
Plug 'roxma/nvim-completion-manager'

" requires phpactor
Plug 'phpactor/phpactor' ,  {'do': 'composer install'}

Plug 'roxma/ncm-phpactor'