Update eglot config for speed

This commit is contained in:
Dimitri Lozeve 2024-02-28 19:47:18 +01:00
parent 807af7e345
commit 91f25638c7

View file

@ -661,9 +661,11 @@
:after magit) :after magit)
(use-package eglot (use-package eglot
:straight nil :straight t
:config :config
(add-hook 'eglot-managed-mode-hook #'eglot-inlay-hints-mode nil)) (add-hook 'eglot-managed-mode-hook #'eglot-inlay-hints-mode nil)
(setq eglot-events-buffer-size 0)
(fset #'jsonrpc--log-event #'ignore))
(use-package eldoc-box (use-package eldoc-box
:straight t :straight t