tools/lsp: refactor out dash
This commit is contained in:
parent
108c7ba5ad
commit
7df4e252fd
1 changed files with 4 additions and 3 deletions
|
@ -19,6 +19,7 @@ been moved out to their respective modules, or these hooks:
|
|||
(lsp--try-project-root-workspaces (equal arg '(4))
|
||||
(and arg (not (equal arg 1)))))))
|
||||
(lsp-mode 1)
|
||||
(lsp--info "Connected to %s."
|
||||
(apply 'concat (--map (format "[%s]" (lsp--workspace-print it))
|
||||
(lsp--info
|
||||
"Connected to %s."
|
||||
(apply #'concat (mapcar (lambda (it) (format "[%s]" (lsp--workspace-print it)))
|
||||
lsp--buffer-workspaces)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue