Remove lsp-clients package, as it has been deprecated

This commit is contained in:
Adam Goldsmith 2020-09-03 17:51:33 -04:00
parent ea0a117c45
commit a1819b9655
1 changed files with 0 additions and 1 deletions

View File

@ -559,7 +559,6 @@
:hook ((python-mode html-mode web-mode css-mode js2-mode typescript-mode java-mode) . lsp)
:config
(setq lsp-prefer-flymake nil)
(use-package lsp-clients :demand)
(setq lsp-inhibit-message t
lsp-eldoc-render-all nil)