Closed TakaakiFuruse closed 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.)
@TakaakiFuruse company-lsp is no longer supported - if you delete, lsp-mode will pick company-capf.
(cc @ericdallo)
@yyoncho Thanks, I didn't know that. Let me close this issues.
https://github.com/emacs-lsp/lsp-mode/pull/1983
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.)