summaryrefslogtreecommitdiff
path: root/config/init-lsp.el
diff options
context:
space:
mode:
Diffstat (limited to 'config/init-lsp.el')
-rw-r--r--config/init-lsp.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/init-lsp.el b/config/init-lsp.el
index 7c7a3e4..e530fba 100644
--- a/config/init-lsp.el
+++ b/config/init-lsp.el
@@ -15,10 +15,8 @@
("C-c l f" . eglot-format-buffer))
:hook (eglot-managed-mode . (lambda () (eglot-inlay-hints-mode -1)))
:config
- (setq-default read-process-output-max (* 1024 1024)
- eglot-events-buffer-size 0
- eglot-events-buffer-config '(:size 0 :format full))
(setq eglot-autoshutdown t)
+ (setq-default read-process-output-max (* 1024 1024))
(setq-default eglot-workspace-configuration
'(:pylsp (:plugins (:ruff (:enabled t)))
:gopls (:usePlaceholders t