LanguageServer-php-neovim
LanguageServer-php-neovim copied to clipboard
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. 
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.