Minor refactors & reformatting

This commit is contained in:
Henrik Lissner
2020-03-27 21:39:27 -04:00
parent 86194e2c53
commit 83b6f74d11
5 changed files with 16 additions and 12 deletions

View File

@@ -55,6 +55,8 @@ irrespective of what `+lsp-company-backend' is set to.")
:definition #'lsp-find-definition
:references #'lsp-find-references)
;; TODO Lazy load these. They don't need to be loaded all at once unless the
;; user uses `lsp-install-server'.
(when lsp-auto-configure
(mapc (lambda (package) (require package nil t))
lsp-client-packages))