Remove company-lsp since it is deprecated

This commit is contained in:
Jeremy Dormitzer 2020-05-06 10:13:27 -04:00
parent 0a346887f9
commit 85e2709fdb

View File

@ -2832,11 +2832,6 @@ Emacs support for the Language Server Protocol
(setq lsp-prefer-flymake nil)
:commands lsp-mode lsp lsp-deferred)
(use-package company-lsp
:after (lsp-mode company)
:config
(setq company-lsp-cache-candidates t))
(use-package lsp-ui
:after (lsp-mode)
:custom