https://github.com/roxma/languageserver-php-neovim
https://github.com/roxma/languageserver-php-neovim
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/roxma/languageserver-php-neovim
- Owner: roxma
- Created: 2017-03-04T02:41:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T09:45:35.000Z (over 8 years ago)
- Last Synced: 2025-05-27T00:11:28.642Z (about 1 year ago)
- Language: Vim script
- Size: 1.95 KB
- Stars: 38
- Watchers: 4
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LanguageServer-php-neovim
A simple php language server plugin for
[LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim).
I almost code nothing for this plugin. It's just a package for easy setup,
which uses the great [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/LanguageServer-php-neovim', {'do': 'composer install && composer run-script parse-stubs'}
```
If you're installing this plugin manually, remember to execute `composer
install && composer run-script parse-stubs` after.
For auto-completion popup, you might need to install
[nvim-completion-manager](https://github.com/roxma/nvim-completion-manager).