summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-05-04 13:08:31 -0700
committerFranck Cuny <franck@fcuny.net>2024-05-04 13:08:31 -0700
commit8a3a25de3a1c97723d02b4d139379ea503c23497 (patch)
treebebef74ba72b86ab08551d382265846935454e60
parentconfigure dired to ignore some files (diff)
downloademacs.d-8a3a25de3a1c97723d02b4d139379ea503c23497.tar.gz
i want the eglot buffer to debug stuff
Diffstat (limited to '')
-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