Add some performance improvements for language server

This commit is contained in:
Andreas Zweili 2023-06-21 21:14:32 +02:00
parent b44cbae842
commit 636c6d6350
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@
(lsp-treemacs-sync-mode 1)
(setq company-minimum-prefix-length 1
company-idle-delay 0.0 ;; default is 0.2
gc-cons-threshold 100000000
read-process-output-max (* 1024 1024)
lsp-idle-delay 0.500
lsp-pylsp-plugins-pylint-enabled t)
:commands lsp)