refactor(lsp): remove lsp-racket fix
This was fixed upstream. Ref: emacs-lsp/lsp-mode@4c17f9229f
This commit is contained in:
parent
d14ddbf694
commit
378272bcab
1 changed files with 0 additions and 3 deletions
|
@ -54,9 +54,6 @@ Can be a list of backends; accepts any value `company-backends' accepts.")
|
||||||
lsp-xml-jar-file (expand-file-name "org.eclipse.lsp4xml-0.3.0-uber.jar" lsp-server-install-dir)
|
lsp-xml-jar-file (expand-file-name "org.eclipse.lsp4xml-0.3.0-uber.jar" lsp-server-install-dir)
|
||||||
lsp-groovy-server-file (expand-file-name "groovy-language-server-all.jar" lsp-server-install-dir))
|
lsp-groovy-server-file (expand-file-name "groovy-language-server-all.jar" lsp-server-install-dir))
|
||||||
|
|
||||||
;; REVIEW Remove this once this is fixed upstream.
|
|
||||||
(add-to-list 'lsp-client-packages 'lsp-racket)
|
|
||||||
|
|
||||||
(add-hook! 'doom-escape-hook
|
(add-hook! 'doom-escape-hook
|
||||||
(defun +lsp-signature-stop-maybe-h ()
|
(defun +lsp-signature-stop-maybe-h ()
|
||||||
"Close the displayed `lsp-signature'."
|
"Close the displayed `lsp-signature'."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue