Skip to content
This repository was archived by the owner on Jul 31, 2018. It is now read-only.

Files

Latest commit

Sep 20, 2017
fa1e692 · Sep 20, 2017

History

History
20 lines (12 loc) · 533 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 533 Bytes

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'