tools/lsp: noop lsp! if used more than once
This commit is contained in:
parent
d39500f143
commit
eb42f95777
1 changed files with 13 additions and 12 deletions
|
@ -11,6 +11,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)
|
(require 'lsp-mode)
|
||||||
|
(unless 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)
|
||||||
|
@ -22,4 +23,4 @@ been moved out to their respective modules, or these hooks:
|
||||||
(lsp--info
|
(lsp--info
|
||||||
"Connected to %s."
|
"Connected to %s."
|
||||||
(apply #'concat (mapcar (lambda (it) (format "[%s]" (lsp--workspace-print it)))
|
(apply #'concat (mapcar (lambda (it) (format "[%s]" (lsp--workspace-print it)))
|
||||||
lsp--buffer-workspaces)))))
|
lsp--buffer-workspaces))))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue