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

Not an editor command

Open greencopper opened this issue 7 years ago • 1 comments

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

greencopper avatar Mar 05 '18 00:03 greencopper

Did you run composer install after installing the plugin? It seems you don't have the LanguageClient-neovim installed or loaded.

cprn avatar Oct 17 '18 07:10 cprn