Update to latest lsp-mode, lsp-ui
This commit is contained in:
parent
e3d7b2662c
commit
e9ab396783
2 changed files with 5 additions and 4 deletions
|
@ -27,8 +27,9 @@ This can be a single company backend or a list thereof. It can be anything
|
|||
lsp-intelephense-storage-path (concat doom-cache-dir "lsp-intelephense/"))
|
||||
|
||||
:config
|
||||
(when (and lsp-auto-configure lsp-auto-require-clients)
|
||||
(require 'lsp-clients))
|
||||
(when lsp-auto-configure
|
||||
(mapc (lambda (package) (require package nil t))
|
||||
lsp-client-packages))
|
||||
|
||||
(set-lookup-handlers! 'lsp-mode :async t
|
||||
:documentation 'lsp-describe-thing-at-point
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue