Ruin0x11 / lsp-intellij

Emacs client for lsp-intellij-server
GNU General Public License v3.0
56 stars 11 forks source link

installation error #15

Open prabhu-madanagopal opened 5 years ago

prabhu-madanagopal commented 5 years ago

There was an unexpected error: Error in private config (doom-private-error) config.el (void-function lsp-define-tcp-client)

When add this in my config: (with-eval-after-load 'lsp-mode (require 'lsp-intellij) (add-hook 'java-mode-hook #'lsp-intellij-enable))

(require 'lsp-ui) (add-hook 'lsp-after-open-hook #'lsp-ui-mode)

(require 'company-lsp) (setq company-lsp-enable-snippet t company-lsp-cache-candidates t) (push 'company-lsp company-backends) (push 'java-mode company-global-modes)

ration commented 5 years ago

Are there any news on this? I tried to do a fresh install and use the plugin and I got this.

(use-package lsp-ui)
(use-package lsp-clients)
(use-package lsp-intellij)

-->

Error (use-package): lsp-intellij/:catch: Symbol’s function definition is void: lsp-define-tcp-client

lsp-mode is the latest in melpa, 20190711.449

peng051410 commented 4 years ago

+1