# ncm2-phpactor **Repository Path**: love2share/ncm2-phpactor ## Basic Information - **Project Name**: ncm2-phpactor - **Description**: 很久无人维护的vim插件 : ncm2-phpactor - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-03 - **Last Updated**: 2023-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README git上的这插件从2018年至今无人维护,这里只是备份一下, 方便大家查看. ## Installation Assuming you're using [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 ``` 经测试, 可以实现自动补全父类方法!