From 88716bf136e2dac59e1c5d61ace74e8b29969c6b Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Wed, 12 Apr 2023 09:44:40 +0200 Subject: [PATCH] Disable eglot inlay hints --- init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.el b/init.el index 686edcb..8f72608 100644 --- a/init.el +++ b/init.el @@ -278,6 +278,11 @@ (eq old-tick (buffer-chars-modified-tick))) (ignore-errors (yas-next-field)))))) +(use-package eglot + :straight nil + :config + (add-hook 'eglot-managed-mode-hook #'eglot-inlay-hints-mode nil)) + (use-package eldoc-box :straight t :config