Minor refactors & reformatting
This commit is contained in:
parent
86194e2c53
commit
83b6f74d11
5 changed files with 16 additions and 12 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue