diff --git a/init.el b/init.el index bdb5913..03ab23f 100644 --- a/init.el +++ b/init.el @@ -490,7 +490,8 @@ visual states." '("clangd" "--all-scopes-completion" "--background-index" "--clang-tidy" "--completion-style=detailed" "--header-insertion=never" "--pch-storage=memory" - "--malloc-trim" "--function-arg-placeholders")))) + "--function-arg-placeholders")))) + ;"--malloc-trim" "--function-arg-placeholders")))) ;; gud (use-package gud