tigersoldier / company-lsp

Company completion backend for lsp-mode
GNU General Public License v3.0
251 stars 26 forks source link

Cannot initialize company-lsp through company-begin-backend #143

Closed TakaakiFuruse closed 4 years ago

TakaakiFuruse commented 4 years ago

Because of this commit on lsp-mode which changed some method names, on latest commit, company-lsp fails to initialize.

The message is "Error processing message (void-function lsp--sort-completions)."

(When I have just removed this line it started working.)

yyoncho commented 4 years ago

@TakaakiFuruse company-lsp is no longer supported - if you delete, lsp-mode will pick company-capf.

(cc @ericdallo)

TakaakiFuruse commented 4 years ago

@yyoncho Thanks, I didn't know that. Let me close this issues.

ericdallo commented 4 years ago

https://github.com/emacs-lsp/lsp-mode/pull/1983