Fix #1765: enabling tide when lsp is active
This commit is contained in:
parent
1539387747
commit
d0e3bc3455
2 changed files with 4 additions and 5 deletions
|
@ -10,8 +10,9 @@ been moved out to their respective modules, or these hooks:
|
|||
|
||||
+ `+lsp-init-company-h' (on `lsp-mode-hook')
|
||||
+ `+lsp-init-ui-flycheck-or-flymake-h' (on `lsp-ui-mode-hook')"
|
||||
(require 'lsp-mode)
|
||||
(unless lsp-mode
|
||||
(if (bound-and-true-p lsp-mode)
|
||||
t
|
||||
(require 'lsp-mode)
|
||||
(when lsp-auto-configure
|
||||
(require 'lsp-clients))
|
||||
(when (and (buffer-file-name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue