An open API service indexing awesome lists of open source software.

https://github.com/kristijanhusak/deoplete-phpactor

Phpactor integration for deoplete.nvim
https://github.com/kristijanhusak/deoplete-phpactor

deoplete neovim nvim phpactor vim

Last synced: 7 months ago
JSON representation

Phpactor integration for deoplete.nvim

Awesome Lists containing this project

README

          

# deoplete-phpactor
[Phpactor](https://github.com/phpactor/phpactor) integration for [deoplete.nvim](https://github.com/Shougo/deoplete.nvim)

## Installation

Using [vim-plug](https://github.com/junegunn/vim-plug)

```
Plug 'Shougo/deoplete.nvim'
Plug 'phpactor/phpactor' , {'do': 'composer install', 'for': 'php'}
Plug 'kristijanhusak/deoplete-phpactor'
```

If you are using a custom setting for sources in deoplete don't forget:
```
call deoplete#custom#option('sources', {'php' : ['omni', 'phpactor', 'ultisnips', 'buffer']})
```

Add the phpactor source is important or phpactor itself is not running.