https://github.com/roxma/nvim-cm-php-language-server
https://github.com/roxma/nvim-cm-php-language-server
completion neovim php
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/roxma/nvim-cm-php-language-server
- Owner: roxma
- Created: 2017-02-02T10:45:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-04T02:48:23.000Z (over 9 years ago)
- Last Synced: 2025-01-06T01:43:56.809Z (over 1 year ago)
- Topics: completion, neovim, php
- Language: Vim script
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**NOTE: This plugin is not maintained, in favor of
[LanguageServer-php-neovim](https://github.com/roxma/LanguageServer-php-neovim),
since
[LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim) has
a nicer interface for language server protocol implementation. Go try it, it
should work better than this plugin.**
# nvim-cm-php-language-server
PHP completion source for
[nvim-completion-manager](https://github.com/roxma/nvim-completion-manager),
using the powerful
[php-language-server](https://github.com/felixfbecker/php-language-server).
## Installation
Assumming you're using [vim-plug](https://github.com/junegunn/vim-plug)
```vim
Plug 'roxma/nvim-cm-php-language-server', {'do': 'composer install && composer run-script parse-stubs'}
```
## Demo
[](https://asciinema.org/a/ctclpqaq55k0ks5y7r9iqy8ns)