perf(lsp): use plists to improve lsp-mode performance

This commit is contained in:
Jim Myhrberg
2024-11-21 00:18:28 +00:00
parent 52ed1ddc82
commit 623973802b
2 changed files with 4 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
"TMPDIR"
"KUBECONFIG"
"GOPRIVATE"
"LSP_USE_PLISTS"
"RUST_BACKTRACE"
"MallocNanoZone"))
(exec-path-from-shell-arguments '("-l"))

View File

@@ -53,4 +53,7 @@
;; larger than the system default.
(setq frame-inhibit-implied-resize t)
;; Set lsp-mode to use plists for performance improvements.
(setenv "LSP_USE_PLISTS" "true")
;;; early-init.el ends here