All Projects → roxma → Languageserver Php Neovim

roxma / Languageserver Php Neovim

LanguageServer-php-neovim

A simple php language server plugin for LanguageClient-neovim.

I almost code nothing for this plugin. It's just a package for easy setup, which uses the great php-language-server.

Installation

Assumming you're using vim-plug.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].