[lsp] Remove mention of lsp-clients - fixes #13857

This commit is contained in:
Colin Woodbury 2020-08-19 10:28:01 -07:00 committed by duianto
parent 346be150f9
commit 61a9aeb42c
2 changed files with 1 additions and 1 deletions

View file

@ -2499,6 +2499,7 @@ Other:
upstream (thanks to duianto)
- Removed =company-lsp=. Now =lsp-mode= is responsible for configuring
=company-backends= and it will use =company-capf=.
- Fixed upstream removal of =lsp-clients= (thanks to Colin Woodbury)
**** Debug Adapter Protocol (DAP)
- Layer variables:
- Added variable =dap-enable-mouse-support=

View file

@ -23,7 +23,6 @@
:defer t
:config
(progn
(require 'lsp-clients)
(spacemacs/lsp-bind-keys)
(setq lsp-prefer-capf t)
(add-hook 'lsp-after-open-hook (lambda ()