mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
Minor refactors & reformatting
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user