Move lsp-intelephense-storage-path to doom-etc-dir
Longer-lived files should live in doom-etc-dir, not doom-cache-dir.
This commit is contained in:
parent
af90333bcd
commit
e4c4e3f48c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ about it (it will be logged to *Messages* however).")
|
|||
:config
|
||||
(pushnew! doom-debug-variables 'lsp-log-io 'lsp-print-performance)
|
||||
|
||||
(setq lsp-intelephense-storage-path (concat doom-cache-dir "lsp-intelephense/")
|
||||
(setq lsp-intelephense-storage-path (concat doom-etc-dir "lsp-intelephense/")
|
||||
lsp-vetur-global-snippets-dir (expand-file-name "vetur"
|
||||
(or (bound-and-true-p +snippets-dir)
|
||||
(concat doom-private-dir "snippets/")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue