Fix lsp-clients-clangd-args
This commit is contained in:
+1
-1
@@ -404,7 +404,7 @@ On the fly syntax checking.
|
||||
. lsp-deferred)
|
||||
:custom
|
||||
(lsp-auto-guess-root t)
|
||||
(lsp-clients-clangd-args '("-compile-commands-dir=build" "-j=2" "-background-index" "-log=error"))
|
||||
(lsp-clients-clangd-args '("--compile-commands-dir=build" "-j=2" "--background-index" "--log=error"))
|
||||
(lsp-enable-xref t)
|
||||
(lsp-intelephense-storage-path (concat dot-cache-dir "/lsp-cache"))
|
||||
(lsp-keep-workspace-alive nil)
|
||||
|
||||
Reference in New Issue
Block a user