diff --git a/configs/base-lsp.el b/configs/base-lsp.el index 8785ab0..abeb4fc 100644 --- a/configs/base-lsp.el +++ b/configs/base-lsp.el @@ -9,7 +9,7 @@ ;; Performace tuning ;; @see https://emacs-lsp.github.io/lsp-mode/page/performance/ -(setq read-process-output-max (* 1024 1024)) ;; 1MB +(setq read-process-output-max (* 1024 (* 3 1024))) ;; 3MB (setenv "LSP_USE_PLISTS" "true") (use-package lsp-mode