mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
perf(lsp): use plists to improve lsp-mode performance
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
"TMPDIR"
|
||||
"KUBECONFIG"
|
||||
"GOPRIVATE"
|
||||
"LSP_USE_PLISTS"
|
||||
"RUST_BACKTRACE"
|
||||
"MallocNanoZone"))
|
||||
(exec-path-from-shell-arguments '("-l"))
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user