mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/lsp: fix #1524
This commit is contained in:
@ -10,6 +10,7 @@ been moved out to their respective modules, or these hooks:
|
|||||||
|
|
||||||
+ `+lsp|init-company' (on `lsp-mode-hook')
|
+ `+lsp|init-company' (on `lsp-mode-hook')
|
||||||
+ `+lsp|init-ui-flycheck-or-flymake' (on `lsp-ui-mode-hook')"
|
+ `+lsp|init-ui-flycheck-or-flymake' (on `lsp-ui-mode-hook')"
|
||||||
|
(require 'lsp-mode)
|
||||||
(when lsp-auto-configure
|
(when lsp-auto-configure
|
||||||
(require 'lsp-clients))
|
(require 'lsp-clients))
|
||||||
(when (and (buffer-file-name)
|
(when (and (buffer-file-name)
|
||||||
|
Reference in New Issue
Block a user