LanguageServer-php-neovim icon indicating copy to clipboard operation
LanguageServer-php-neovim copied to clipboard

Results 6 LanguageServer-php-neovim issues
Sort by recently updated
recently updated
newest added

Hi there, 1st of all, this wrapper is awesome and saves tons of time and this issue is really minor. It seems the `g:LanguageClient_serverCommands` variable is being set too late...

Can deoplete show function signature from language server. I see only return type. ![default](https://user-images.githubusercontent.com/13504897/34528935-85b606f0-f0bb-11e7-89aa-3ea113249ab5.png)

I've installed the plugin and verified that the server is running. But when I call any command, nothing happens, not even an error message. I have successfully used a JS...

Hi, I have copy pasted the following into my neovim init file: ``` autocmd FileType php LanguageClientStart ``` However, upon start up I get the following error: ``` Error detected...

When this plugin is enabled it cleans both location and quickfix lists after opening a file. And on some other events too, but I don't know which, lists just got...

https://github.com/neomake/neomake/issues/1680 I'm not sure if this is an issue with this plugin or with Neomake. They each work fine separately, but there are issues when using them together.