From 8a3a25de3a1c97723d02b4d139379ea503c23497 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 4 May 2024 13:08:31 -0700 Subject: i want the eglot buffer to debug stuff --- config/init-lsp.el | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3