LanguageServer-php-neovim
LanguageServer-php-neovim copied to clipboard
Not an editor command
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 while processing FileType Auto commands for "php":
E492: Not an editor command: LanguageClientStart
Did you run composer install after installing the plugin? It seems you don't have the LanguageClient-neovim installed or loaded.