From 57c04355ab4228d767dc4a4acba10800ea6b7e60 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Fri, 31 Jul 2020 14:17:17 +0200 Subject: [PATCH] Fix lsp-clients-clangd-args --- .emacs.d/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/config.org b/.emacs.d/config.org index 7c6e5ec..185e7a0 100644 --- a/.emacs.d/config.org +++ b/.emacs.d/config.org @@ -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)