diff options
Diffstat (limited to 'dot.emacs.d')
| -rw-r--r-- | dot.emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 3203387..8663a56 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -183,7 +183,8 @@ ;; https://emacs-lsp.github.io/lsp-mode/page/performance/ :init (setq read-process-output-max (* 1024 1024) ;; 1 MiB - gc-cons-threshold 6400000)) + gc-cons-threshold 6400000 + lsp-clients-clangd-args '("--header-insertion=never"))) (use-package lsp-ui :commands lsp-ui-mode) (use-package helm-lsp |
