https://github.com/phpactor/ncm2-phpactor
NCM2 Integration for Phpactor
https://github.com/phpactor/ncm2-phpactor
ncm2-plugin ncm2-source
Last synced: about 1 month ago
JSON representation
NCM2 Integration for Phpactor
- Host: GitHub
- URL: https://github.com/phpactor/ncm2-phpactor
- Owner: phpactor
- Created: 2018-07-30T09:52:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T10:04:01.000Z (over 2 years ago)
- Last Synced: 2025-04-30T18:09:36.844Z (about 1 month ago)
- Topics: ncm2-plugin, ncm2-source
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 55
- Watchers: 4
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[phpactor](https://github.com/phpactor/phpactor) integration for
[ncm2](https://github.com/ncm2/ncm2)
## Installation
Assuming you're using [vim-plug](https://github.com/junegunn/vim-plug)
```vim
" Include Phpactor
Plug 'phpactor/phpactor' , {'do': 'composer install', 'for': 'php'}" Require ncm2 and this plugin
Plug 'ncm2/ncm2'
Plug 'roxma/nvim-yarp'
Plug 'phpactor/ncm2-phpactor'
```Additionally you will need to set the following options:
```vim
autocmd BufEnter * call ncm2#enable_for_buffer()
set completeopt=noinsert,menuone,noselect
```