Update lsp-server-install-dir location

Update the lsp-server-install-dir to doom-etc-dir install of the default
which is directly at the root of the emacs dir.
This commit is contained in:
niklascarlsson 2020-01-12 22:27:41 +01:00
parent c24ab34f75
commit 6731833f24

View file

@ -22,7 +22,8 @@ This can be a single company backend or a list thereof. It can be anything
(setq lsp-keep-workspace-alive nil)
;; For `lsp-clients'
(setq lsp-fsharp-server-install-dir (concat doom-etc-dir "lsp-fsharp/")
(setq lsp-server-install-dir (concat doom-etc-dir "lsp")
lsp-fsharp-server-install-dir (concat doom-etc-dir "lsp-fsharp/")
lsp-groovy-server-install-dir (concat doom-etc-dir "lsp-groovy/")
lsp-intelephense-storage-path (concat doom-cache-dir "lsp-intelephense/"))