summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 8c30f9c..c6b2622 100644
--- a/init.el
+++ b/init.el
@@ -151,6 +151,8 @@
(use-package evil-nerd-commenter
:bind ("M-/" . evilnc-comment-or-uncomment-lines))
+(setq lsp-clients-clangd-args '("-compile-commands-dir=build"))
+
(use-package rust-mode
:hook
(rust-mode . (lambda () (setq indent-tabs-mode nil)))