Starts lsp-session on demand per project

This commit is contained in:
2023-04-20 10:49:53 +02:00
parent 9f5552560b
commit 0460e55c29

9
.emacs
View File

@@ -189,6 +189,13 @@
)
(custom-set-faces
'(lsp-ui-doc-background ((t (:background "#373B41")))))
(advice-add 'lsp :before
(lambda (&rest _args)
(eval '(setf (lsp-session-server-id->folders (lsp-session)) (ht)
)
)
)
)
:bind (
("C-c C-d" . lsp-ui-doc-toggle)
@@ -509,8 +516,6 @@
)
)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; After Init
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;